Skip to content

Commit

Permalink
Fix a couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys committed Feb 28, 2024
1 parent ee771ba commit 8ea9429
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fluent-fallback/README.md
Expand Up @@ -2,7 +2,7 @@

`fluent-fallback` is a Rust implementation of the [Project Fluent][] higher level API.

The `Localization` struct encapsulates a persistant localization context providing
The `Localization` struct encapsulates a persistent localization context providing
language fallbacking. The instance remains available throughout the whole life cycle of
the corresponding UI, reacting to events such as locale changes, resource updates etc.

Expand Down
2 changes: 1 addition & 1 deletion intl-memoizer/src/lib.rs
Expand Up @@ -89,7 +89,7 @@ pub trait Memoizable {
/// /// will be used as a prefix to the formatting operation.
/// type Args = (String,);
///
/// /// If the construtor is fallible, than errors can be described here.
/// /// If the constructor is fallible, than errors can be described here.
/// type Error = ();
///
/// /// This function wires together the `Args` and `Error` type to construct
Expand Down

0 comments on commit 8ea9429

Please sign in to comment.