From d1ec0e2de6241f1d47aa7707a276861d9959023b Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Thu, 9 Jul 2020 23:19:33 +0300 Subject: [PATCH] Fix Chatlist::try_load() doc comment --- src/chatlist.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chatlist.rs b/src/chatlist.rs index fce5ff557..e4b332f5b 100644 --- a/src/chatlist.rs +++ b/src/chatlist.rs @@ -77,7 +77,7 @@ impl Chatlist { /// chats /// - the flag DC_GCL_FOR_FORWARDING sorts "Saved messages" to the top of the chatlist /// and hides the device-chat, - // typically used on forwarding, may be combined with DC_GCL_NO_SPECIALS + /// typically used on forwarding, may be combined with DC_GCL_NO_SPECIALS /// - if the flag DC_GCL_NO_SPECIALS is set, deaddrop and archive link are not added /// to the list (may be used eg. for selecting chats on forwarding, the flag is /// not needed when DC_GCL_ARCHIVED_ONLY is already set)