Skip to content

Commit

Permalink
fix readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey committed Jul 29, 2024
1 parent 4b900f5 commit ce17edc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions crates/five8_const/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.1.2] - 2024-07-30

Fix typo in README.md

## [0.1.1] - 2024-07-30

Fix typo in README.md
Expand Down
2 changes: 1 addition & 1 deletion crates/five8_const/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ It exposes four functions:
- `decode_64_const`

While the first two functions return `Result` types,
the `_unwrap` functions are more useful for declaring constants:
the latter two are more useful for declaring constants:

```rust
const EXAMPLE: [u8; 32] = five8_const::decode_32_const("JEKNVnkbo3jma5nREBBJCDoXFVeKkD56V3xKrvRmWxFF");
Expand Down

0 comments on commit ce17edc

Please sign in to comment.