Skip to content

Commit

Permalink
minor fix on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris Carrier authored and arvidn committed Oct 20, 2024
1 parent bed9075 commit b90ed66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libtorrent/alert_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ TORRENT_VERSION_NAMESPACE_3
//
// .. code:: c++
//
// torrent_handle h = alert->handle();
// torrent_handle h = alert->handle;
// std::shared_ptr<torrent_info const> ti = h.torrent_file();
// create_torrent ct(*ti);
// entry te = ct.generate();
Expand Down

0 comments on commit b90ed66

Please sign in to comment.