resource: fix typo in doc comment

This commit is contained in:
Matthias Schiffer 2023-12-29 21:09:34 +01:00
parent d29c0df25d
commit 1874d3082d
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -27,7 +27,7 @@ pub enum BlockFlag {
Foliage, Foliage,
/// The block type is birch foliage /// The block type is birch foliage
Birch, Birch,
/// The block type is spurce foliage /// The block type is spruce foliage
Spruce, Spruce,
/// The block type is colored using biome water colors /// The block type is colored using biome water colors
Water, Water,