Skip to content

Commit 6214103

Browse files
committedOct 14, 2017
fix documentation typo
1 parent e67cf0a commit 6214103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎include/libtorrent/torrent_info.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ namespace libtorrent
504504
// .torrent file. If the specified key cannot be found, it returns NULL.
505505
bdecode_node info(char const* key) const;
506506

507-
// swap the content of this and ``ti```.
507+
// swap the content of this and ``ti``.
508508
void swap(torrent_info& ti);
509509

510510
// ``metadata()`` returns a the raw info section of the torrent file. The size

0 commit comments

Comments
 (0)
Please sign in to comment.