Skip to content

Commit

Permalink
Merge pull request #107 from memark/patch-1
Browse files Browse the repository at this point in the history
Fix documentation spelling
  • Loading branch information
tommilligan committed Mar 31, 2023
2 parents 3fe5da4 + 0fff6cc commit cfe0ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretty_assertions/src/lib.rs
Expand Up @@ -72,7 +72,7 @@
//! - `alloc`: Use the `alloc` crate.
//! Exactly one of `std` and `alloc` is required.
//! - `unstable`: opt-in to unstable features that may not follow Semantic Versioning.
//! Implmenetion behind this feature is subject to change without warning between patch versions.
//! The implementation behind this feature is subject to change without warning between patch versions.

#![cfg_attr(not(feature = "std"), no_std)]
#![deny(clippy::all, missing_docs, unsafe_code)]
Expand Down

0 comments on commit cfe0ad4

Please sign in to comment.