File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
` fluent-fallback ` is a Rust implementation of the [ Project Fluent] [ ] higher level API.
4
4
5
- The ` Localization ` struct encapsulates a persistant localization context providing
5
+ The ` Localization ` struct encapsulates a persistent localization context providing
6
6
language fallbacking. The instance remains available throughout the whole life cycle of
7
7
the corresponding UI, reacting to events such as locale changes, resource updates etc.
8
8
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ pub trait Memoizable {
89
89
/// /// will be used as a prefix to the formatting operation.
90
90
/// type Args = (String,);
91
91
///
92
- /// /// If the construtor is fallible, than errors can be described here.
92
+ /// /// If the constructor is fallible, than errors can be described here.
93
93
/// type Error = ();
94
94
///
95
95
/// /// This function wires together the `Args` and `Error` type to construct
You can’t perform that action at this time.
0 commit comments