Skip to content

Commit

Permalink
Merge pull request #35 from NeeEoo/patch-1
Browse files Browse the repository at this point in the history
Fix Typo
  • Loading branch information
NiklasEi authored Jun 9, 2024
2 parents ef3d881 + 75e670f commit 833d941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub mod csv;
#[cfg_attr(docsrs, doc(cfg(feature = "json")))]
#[cfg(feature = "json")]
pub mod json;
/// 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.
#[cfg_attr(docsrs, doc(cfg(feature = "msgpack")))]
#[cfg(feature = "msgpack")]
pub mod msgpack;
Expand Down

0 comments on commit 833d941

Please sign in to comment.