Skip to content

Commit 4fde9a0

Browse files
Fix typo in docs
1 parent fcaf249 commit 4fde9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ impl<B: Buffer> fmt::Display for Literal<B> {
279279
///
280280
/// This is trait is implementation detail of this library, cannot be
281281
/// implemented in other crates and is not subject to semantic versioning.
282-
/// `litrs` only gurantees that this trait is implemented for `String` and
282+
/// `litrs` only guarantees that this trait is implemented for `String` and
283283
/// `for<'a> &'a str`.
284284
pub trait Buffer: sealed::Sealed + Deref<Target = str> {
285285
/// This is `Cow<'static, str>` for `String`, and `Cow<'a, str>` for `&'a str`.

0 commit comments

Comments
 (0)