There was an error while loading. Please reload this page.
1 parent e0b4435 commit b822cfeCopy full SHA for b822cfe
1 file changed
fluent-bundle/src/lib.rs
@@ -20,7 +20,7 @@
20
//! // Used to provide a locale for the bundle.
21
//! use unic_langid::langid;
22
//!
23
-//! // 1. Crate a FluentResource
+//! // 1. Create a FluentResource
24
25
//! let ftl_string = r#"
26
@@ -33,7 +33,7 @@
33
//! .expect("Failed to parse an FTL string.");
34
35
36
-//! // 2. Crate a FluentBundle
+//! // 2. Create a FluentBundle
37
38
//! let langid_en = langid!("en-US");
39
//! let mut bundle = FluentBundle::new(vec![langid_en]);
0 commit comments