Skip to content

Commit 833d941

Browse files
authored
Merge pull request #35 from NeeEoo/patch-1
Fix Typo
2 parents ef3d881 + 75e670f commit 833d941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pub mod csv;
5656
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
5757
#[cfg(feature = "json")]
5858
pub mod json;
59-
/// Module containing a Bevy plugin to load assets from `MassagePack` files with custom file extensions.
59+
/// Module containing a Bevy plugin to load assets from `MessagePack` files with custom file extensions.
6060
#[cfg_attr(docsrs, doc(cfg(feature = "msgpack")))]
6161
#[cfg(feature = "msgpack")]
6262
pub mod msgpack;

0 commit comments

Comments
 (0)