From 2fc768612e04e70c77af013285da13e84b2d5cb0 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 10 Feb 2023 02:09:46 +0000 Subject: change wording in a comment --- azalea-block/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azalea-block/README.md b/azalea-block/README.md index d85d5bb1..d5eb1bde 100755 --- a/azalea-block/README.md +++ b/azalea-block/README.md @@ -41,7 +41,7 @@ let block_state: BlockState = azalea_block::CobblestoneWallBlock { ## azalea_registry::Block enum -This one technically isn't from the `azalea-block` crate, but it's still very relevant. It's an enum that contains every block type as a variant *without* containing any state data (like `BlockState` and the `Block` trait). Converting this into any other block type will use the default state for that block. +This one technically isn't from the `azalea-block` crate, but it's still very relevant. It's an enum that contains every block type as a variant *without* containing any state data (unlike `BlockState` and the `Block` trait). Converting this into any other block type will use the default state for that block. ``` # use azalea_block::BlockState; -- cgit v1.2.3