File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
//
9
9
// Lastly, we'll also create a new formatter which will be memoizable.
10
10
//
11
- // The type and its options are modelled after ECMA402 Intl.DateTimeFormat.
11
+ // The type and its options are modeled after ECMA402 Intl.DateTimeFormat.
12
12
use intl_memoizer:: Memoizable ;
13
13
use unic_langid:: LanguageIdentifier ;
14
14
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ use rustc_hash::FxHashSet;
32
32
use unic_langid:: { langid, LanguageIdentifier } ;
33
33
34
34
/// 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
36
36
/// `fluent-fallback::SyncLocalization`.
37
37
struct Bundles {
38
38
res_path_scheme : PathBuf ,
You can’t perform that action at this time.
0 commit comments