From 8359a563de7e3cbe95fa6ac7febcd9801f64a731 Mon Sep 17 00:00:00 2001 From: William Venner Date: Sun, 28 Feb 2021 18:12:02 +0000 Subject: Typo --- src/ugc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ugc.rs b/src/ugc.rs index ade8a12..98bf3ec 100644 --- a/src/ugc.rs +++ b/src/ugc.rs @@ -699,7 +699,7 @@ impl UserListQuery { self.fetch(move |res| cb(res.map(|qr| qr.total_results()))) } - /// Runs the query, only fetchind the IDs. + /// Runs the query, only fetching the IDs. pub fn fetch_ids(self, cb: F) where F: Fn(Result, SteamError>) + 'static + Send { -- cgit v1.2.3