Skip to content

Commit 6cf47b6

Browse files
committed
chore: Normalize minor locale variations in comments
1 parent a1fed78 commit 6cf47b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fluent-bundle/examples/custom_type.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Lastly, we'll also create a new formatter which will be memoizable.
1010
//
11-
// The type and its options are modelled after ECMA402 Intl.DateTimeFormat.
11+
// The type and its options are modeled after ECMA402 Intl.DateTimeFormat.
1212
use intl_memoizer::Memoizable;
1313
use unic_langid::LanguageIdentifier;
1414

fluent-fallback/examples/simple-fallback.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ use rustc_hash::FxHashSet;
3232
use unic_langid::{langid, LanguageIdentifier};
3333

3434
/// This helper struct holds the scheme for converting
35-
/// resource paths into full paths. It is used to customise
35+
/// resource paths into full paths. It is used to customize
3636
/// `fluent-fallback::SyncLocalization`.
3737
struct Bundles {
3838
res_path_scheme: PathBuf,

0 commit comments

Comments
 (0)