This commit is contained in:
Alex Orlenko 2022-05-18 12:15:39 +01:00
parent 8d71ea79aa
commit 8cd594c609
No known key found for this signature in database
GPG Key ID: 4C150C250863B96D
1 changed files with 1 additions and 1 deletions

View File

@ -417,7 +417,7 @@ impl<'lua, 'a> Chunk<'lua, 'a> {
}
}
/// Fetches compiled bytecode of this chink from the cache.
/// Fetches compiled bytecode of this chunk from the cache.
///
/// If not found, compiles the source code and stores it on the cache.
pub(crate) fn try_cache(mut self) -> Self {