1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-20 19:57:45 +00:00

Fix another typo

This commit is contained in:
Joshua Goins 2022-08-06 18:05:16 -04:00
parent 1028c935d2
commit 4d86af88c1

View file

@ -119,7 +119,7 @@ impl GameData {
index_file.entries.iter().any(|s| s.hash == hash) index_file.entries.iter().any(|s| s.hash == hash)
} }
/// Extracts the file lcoated at `path`. This is returned as an in-memory buffer, and will usually /// Extracts the file located at `path`. This is returned as an in-memory buffer, and will usually
/// have to be further parsed. /// have to be further parsed.
/// ///
/// # Example /// # Example