Skip to content

Commit 1834376

Browse files
Fix a couple of typos (#345)
1 parent ee771ba commit 1834376

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fluent-fallback/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
66
language fallbacking. The instance remains available throughout the whole life cycle of
77
the corresponding UI, reacting to events such as locale changes, resource updates etc.
88

intl-memoizer/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)