aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ugc.rs2
1 files changed, 1 insertions, 1 deletions
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 <Manager> UserListQuery<Manager> {
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<F>(self, cb: F)
where F: Fn(Result<Vec<PublishedFileId>, SteamError>) + 'static + Send
{