From 62141036192954157469324cb2411e728c3f0851 Mon Sep 17 00:00:00 2001 From: arvidn Date: Sat, 14 Oct 2017 13:54:43 +0200 Subject: [PATCH] fix documentation typo --- include/libtorrent/torrent_info.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libtorrent/torrent_info.hpp b/include/libtorrent/torrent_info.hpp index 510913e8e..0d8c3cae4 100644 --- a/include/libtorrent/torrent_info.hpp +++ b/include/libtorrent/torrent_info.hpp @@ -504,7 +504,7 @@ namespace libtorrent // .torrent file. If the specified key cannot be found, it returns NULL. 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); // ``metadata()`` returns a the raw info section of the torrent file. The size