Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ReCore-sys committed Dec 3, 2024
1 parent 20fbe6f commit 82ae81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/world/src/db_functions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl World {
/// Pre-cache a chunk in the cache
///
/// This function will load a chunk from the storage backend and insert it into the cache
/// without returning the chunk. This is useful for pre-loading chunks into the cache before
/// without returning the chunk. This is useful for preloading chunks into the cache before
/// they are needed.
pub async fn pre_cache(&self, x: i32, z: i32, dimension: &str) -> Result<(), WorldError> {
tokio::spawn(async move {
Expand Down

0 comments on commit 82ae81f

Please sign in to comment.