diff --git a/include/libtorrent/alert_types.hpp b/include/libtorrent/alert_types.hpp index a65d5624cc..baa133f80a 100644 --- a/include/libtorrent/alert_types.hpp +++ b/include/libtorrent/alert_types.hpp @@ -1379,7 +1379,7 @@ TORRENT_VERSION_NAMESPACE_3 // // .. code:: c++ // - // torrent_handle h = alert->handle(); + // torrent_handle h = alert->handle; // std::shared_ptr ti = h.torrent_file(); // create_torrent ct(*ti); // entry te = ct.generate();