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 9b41702 commit 9488385Copy full SHA for 9488385
src/lib.rs
@@ -11,7 +11,7 @@
11
//! A library for interning things that are `AsRef<str>`.
12
//!
13
//! 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
+//! `EmptyStaticAtomSet` may be used that has no compile-time interned strings. An `Atom` is an
15
//! interned string for a given set (either `EmptyStaticAtomSet` or a generated `StaticAtomSet`).
16
17
//! Generated `Atom`s will have assocated macros to intern static strings at compile-time.
0 commit comments