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 22
33` fluent-fallback ` is a Rust implementation of the [ Project Fluent] [ ] higher level API.
44
5- The ` Localization ` struct encapsulates a persistant localization context providing
5+ The ` Localization ` struct encapsulates a persistent localization context providing
66language fallbacking. The instance remains available throughout the whole life cycle of
77the corresponding UI, reacting to events such as locale changes, resource updates etc.
88
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ pub trait Memoizable {
8989/// /// will be used as a prefix to the formatting operation.
9090/// type Args = (String,);
9191///
92- /// /// If the construtor is fallible, than errors can be described here.
92+ /// /// If the constructor is fallible, than errors can be described here.
9393/// type Error = ();
9494///
9595/// /// This function wires together the `Args` and `Error` type to construct
You can’t perform that action at this time.
0 commit comments