From 1874d3082dc35830e9091860391f7043bac21fea Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 29 Dec 2023 21:09:34 +0100 Subject: [PATCH] resource: fix typo in doc comment --- crates/resource/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/resource/src/lib.rs b/crates/resource/src/lib.rs index a832a58..ad3553f 100644 --- a/crates/resource/src/lib.rs +++ b/crates/resource/src/lib.rs @@ -27,7 +27,7 @@ pub enum BlockFlag { Foliage, /// The block type is birch foliage Birch, - /// The block type is spurce foliage + /// The block type is spruce foliage Spruce, /// The block type is colored using biome water colors Water,