diff options
| author | William Venner <[email protected]> | 2021-02-28 18:12:02 +0000 |
|---|---|---|
| committer | William Venner <[email protected]> | 2021-02-28 18:12:02 +0000 |
| commit | 8359a563de7e3cbe95fa6ac7febcd9801f64a731 (patch) | |
| tree | a214d77949261bfa74f735a5dcad00505fde75d9 | |
| parent | Merge pull request #31 from WilliamVenner/master (diff) | |
| download | steamworks-rs-8359a563de7e3cbe95fa6ac7febcd9801f64a731.tar.xz steamworks-rs-8359a563de7e3cbe95fa6ac7febcd9801f64a731.zip | |
Typo
| -rw-r--r-- | src/ugc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 { |