fix documentation typo

This commit is contained in:
arvidn 2017-10-14 13:54:43 +02:00
parent e67cf0a055
commit 6214103619
1 changed files with 1 additions and 1 deletions

View File

@ -504,7 +504,7 @@ namespace libtorrent
// .torrent file. If the specified key cannot be found, it returns NULL. // .torrent file. If the specified key cannot be found, it returns NULL.
bdecode_node info(char const* key) const; bdecode_node info(char const* key) const;
// swap the content of this and ``ti```. // swap the content of this and ``ti``.
void swap(torrent_info& ti); void swap(torrent_info& ti);
// ``metadata()`` returns a the raw info section of the torrent file. The size // ``metadata()`` returns a the raw info section of the torrent file. The size