Skip to content

Commit 9488385

Browse files
committed
Fix typo
1 parent 9b41702 commit 9488385

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
@@ -11,7 +11,7 @@
1111
//! A library for interning things that are `AsRef<str>`.
1212
//!
1313
//! Some strings may be interned at compile time using the `string-cache-codegen` crate, or the
14-
//! `EmptyStaticAtomSet` may be used that has no comiple-time interned strings. An `Atom` is an
14+
//! `EmptyStaticAtomSet` may be used that has no compile-time interned strings. An `Atom` is an
1515
//! interned string for a given set (either `EmptyStaticAtomSet` or a generated `StaticAtomSet`).
1616
//!
1717
//! Generated `Atom`s will have assocated macros to intern static strings at compile-time.

0 commit comments

Comments
 (0)