Skip to content

Commit

Permalink
Fix typo in datagen docs (#1222)
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc authored Nov 5, 2021
1 parent 74e74a3 commit b51dccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/datagen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ cargo run --bin icu4x-datagen -- \
--out /tmp/icu4x_data/json
```

Generate ICU4X Bincode blob (single file):
Generate ICU4X Postcard blob (single file):

```bash
# Run from the icu4x project folder
Expand Down
2 changes: 1 addition & 1 deletion tools/datagen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
//! --out /tmp/icu4x_data/json
//!```
//!
//! Generate ICU4X Bincode blob (single file):
//! Generate ICU4X Postcard blob (single file):
//!
//!```bash
//!# Run from the icu4x project folder
Expand Down

0 comments on commit b51dccd

Please sign in to comment.