aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-world/src')
-rwxr-xr-xazalea-world/src/chunk_storage.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/azalea-world/src/chunk_storage.rs b/azalea-world/src/chunk_storage.rs
index ac81fd09..2e1c87c2 100755
--- a/azalea-world/src/chunk_storage.rs
+++ b/azalea-world/src/chunk_storage.rs
@@ -211,8 +211,8 @@ impl PartialChunkStorage {
}
/// Set a chunk in the shared storage and reference it from the limited
- /// storage. Use [`Self::set_with_shared_reference`] if you already have
- /// an `Arc<RwLock<Chunk>>`.
+ /// storage. Use [`Self::limited_set`] if you already have an
+ /// `Arc<RwLock<Chunk>>`.
///
/// # Panics
/// If the chunk is not in the render distance.