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.
1 parent fcaf249 commit 4fde9a0Copy full SHA for 4fde9a0
src/lib.rs
@@ -279,7 +279,7 @@ impl<B: Buffer> fmt::Display for Literal<B> {
279
///
280
/// This is trait is implementation detail of this library, cannot be
281
/// implemented in other crates and is not subject to semantic versioning.
282
-/// `litrs` only gurantees that this trait is implemented for `String` and
+/// `litrs` only guarantees that this trait is implemented for `String` and
283
/// `for<'a> &'a str`.
284
pub trait Buffer: sealed::Sealed + Deref<Target = str> {
285
/// This is `Cow<'static, str>` for `String`, and `Cow<'a, str>` for `&'a str`.
0 commit comments