aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Venner <[email protected]>2021-02-28 18:12:02 +0000
committerWilliam Venner <[email protected]>2021-02-28 18:12:02 +0000
commit8359a563de7e3cbe95fa6ac7febcd9801f64a731 (patch)
treea214d77949261bfa74f735a5dcad00505fde75d9
parentMerge pull request #31 from WilliamVenner/master (diff)
downloadsteamworks-rs-8359a563de7e3cbe95fa6ac7febcd9801f64a731.tar.xz
steamworks-rs-8359a563de7e3cbe95fa6ac7febcd9801f64a731.zip
Typo
-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
{