Skip to content

Commit b822cfe

Browse files
authored
docs: Crate should be Create (#400)
I'm pretty sure these are typos.
1 parent e0b4435 commit b822cfe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fluent-bundle/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//! // Used to provide a locale for the bundle.
2121
//! use unic_langid::langid;
2222
//!
23-
//! // 1. Crate a FluentResource
23+
//! // 1. Create a FluentResource
2424
//!
2525
//! let ftl_string = r#"
2626
//!
@@ -33,7 +33,7 @@
3333
//! .expect("Failed to parse an FTL string.");
3434
//!
3535
//!
36-
//! // 2. Crate a FluentBundle
36+
//! // 2. Create a FluentBundle
3737
//!
3838
//! let langid_en = langid!("en-US");
3939
//! let mut bundle = FluentBundle::new(vec![langid_en]);

0 commit comments

Comments
 (0)