Skip to content

Commit 3218e97

Browse files
authored
fluent-fallback: Fix missing backtick in comment (#334)
1 parent 3a4700d commit 3218e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fluent-fallback/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
//!
6262
//! Resource identifiers can refer to resources that are either required or optional.
6363
//! 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
64+
//! and `"test2.ftl"` is an optional resource, which you can create via the
6565
//! [`ToResourceId`](fluent_fallback::types::ToResourceId) trait.
6666
//!
6767
//! A required resource must be present in order for the a bundle to be considered valid.

0 commit comments

Comments
 (0)