We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef3d881 + 75e670f commit 833d941Copy full SHA for 833d941
src/lib.rs
@@ -56,7 +56,7 @@ pub mod csv;
56
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
57
#[cfg(feature = "json")]
58
pub mod json;
59
-/// Module containing a Bevy plugin to load assets from `MassagePack` files with custom file extensions.
+/// Module containing a Bevy plugin to load assets from `MessagePack` files with custom file extensions.
60
#[cfg_attr(docsrs, doc(cfg(feature = "msgpack")))]
61
#[cfg(feature = "msgpack")]
62
pub mod msgpack;
0 commit comments