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:
parent
1028c935d2
commit
4d86af88c1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue