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 a1fed78 commit 6cf47b6Copy full SHA for 6cf47b6
fluent-bundle/examples/custom_type.rs
@@ -8,7 +8,7 @@
8
//
9
// Lastly, we'll also create a new formatter which will be memoizable.
10
11
-// The type and its options are modelled after ECMA402 Intl.DateTimeFormat.
+// The type and its options are modeled after ECMA402 Intl.DateTimeFormat.
12
use intl_memoizer::Memoizable;
13
use unic_langid::LanguageIdentifier;
14
fluent-fallback/examples/simple-fallback.rs
@@ -32,7 +32,7 @@ use rustc_hash::FxHashSet;
32
use unic_langid::{langid, LanguageIdentifier};
33
34
/// This helper struct holds the scheme for converting
35
-/// resource paths into full paths. It is used to customise
+/// resource paths into full paths. It is used to customize
36
/// `fluent-fallback::SyncLocalization`.
37
struct Bundles {
38
res_path_scheme: PathBuf,
0 commit comments