Skip to content

Commit 0fff6cc

Browse files
memarktommilligan
authored andcommitted
Fix documentation spelling
1 parent 3fe5da4 commit 0fff6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pretty_assertions/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
//! - `alloc`: Use the `alloc` crate.
7373
//! Exactly one of `std` and `alloc` is required.
7474
//! - `unstable`: opt-in to unstable features that may not follow Semantic Versioning.
75-
//! Implmenetion behind this feature is subject to change without warning between patch versions.
75+
//! The implementation behind this feature is subject to change without warning between patch versions.
7676
7777
#![cfg_attr(not(feature = "std"), no_std)]
7878
#![deny(clippy::all, missing_docs, unsafe_code)]

0 commit comments

Comments
 (0)