Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 6366d93

Browse files
authored
Update instances.md from "of all" to "all of" (#27)
1 parent 98ecc55 commit 6366d93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

world/instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ instance.setChunkGenerator(YOUR_GENERATOR);
3232

3333
## SharedInstance
3434

35-
A `SharedInstance` needs to have an `InstanceContainer` linked to it. The "Shared" means that this is an instance that takes of all its chunks from its parent instance container
35+
A `SharedInstance` needs to have an `InstanceContainer` linked to it. The "Shared" means that this is an instance that takes all of its chunks from its parent instance container
3636

3737
What does it mean? That if you break or place a block to the instance container, the shared instance will also reflect the change (same if you place a block using the shared instance methods, changes will be reflected in the instance container and all of its shared instances)
3838

0 commit comments

Comments
 (0)