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 3a4700d commit 3218e97Copy full SHA for 3218e97
fluent-fallback/src/lib.rs
@@ -61,7 +61,7 @@
61
//!
62
//! Resource identifiers can refer to resources that are either required or optional.
63
//! In the above example, `"test.ftl"` is a required resource (the default using `.into()`),
64
-//! and `"test2.ftl" is an optional resource, which you can create via the
+//! and `"test2.ftl"` is an optional resource, which you can create via the
65
//! [`ToResourceId`](fluent_fallback::types::ToResourceId) trait.
66
67
//! A required resource must be present in order for the a bundle to be considered valid.
0 commit comments