Skip to content

Commit

Permalink
fluent-fallback: Fix missing backtick in comment (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Feb 3, 2024
1 parent 3a4700d commit 3218e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluent-fallback/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3218e97

Please sign in to comment.