diff --git a/fluent-fallback/src/lib.rs b/fluent-fallback/src/lib.rs index ba7581eb..4bd48f66 100644 --- a/fluent-fallback/src/lib.rs +++ b/fluent-fallback/src/lib.rs @@ -61,7 +61,7 @@ //! //! Resource identifiers can refer to resources that are either required or optional. //! In the above example, `"test.ftl"` is a required resource (the default using `.into()`), -//! 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 //! [`ToResourceId`](fluent_fallback::types::ToResourceId) trait. //! //! A required resource must be present in order for the a bundle to be considered valid.