Skip to content

Commit

Permalink
Fix documentation spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
memark authored and tommilligan committed Mar 31, 2023
1 parent 3fe5da4 commit 0fff6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretty_assertions/src/lib.rs
Original file line number Diff line number Diff line change
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 0fff6cc

Please # to comment.