Skip to content

Commit

Permalink
Fix typo in documentation (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAliSalehi authored Feb 9, 2023
1 parent bae9c85 commit a0c5ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/grammers-client/src/client/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ impl GlobalSearchIter {
}

/// Changes the query of the search. Telegram servers perform a somewhat fuzzy search over
/// this query (so a world in singular may also return messages with the word in plural, for
/// this query (so a word in singular may also return messages with the word in plural, for
/// example).
pub fn query(mut self, query: &str) -> Self {
self.request.q = query.to_string();
Expand Down

0 comments on commit a0c5ef3

Please sign in to comment.