aboutsummaryrefslogtreecommitdiff
path: root/azalea-world/src
diff options
context:
space:
mode:
Diffstat (limited to 'azalea-world/src')
-rw-r--r--azalea-world/src/find_blocks.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/azalea-world/src/find_blocks.rs b/azalea-world/src/find_blocks.rs
index 5edf3ea2..bd4ec09a 100644
--- a/azalea-world/src/find_blocks.rs
+++ b/azalea-world/src/find_blocks.rs
@@ -11,7 +11,7 @@ impl Instance {
///
/// ```
/// # use azalea_registry::builtin::BlockKind;
- /// # fn example(client: &azalea_client::Client) {
+ /// # fn example(client: &azalea::Client) {
/// client
/// .world()
/// .read()