Skip to content

Commit

Permalink
Fix broken link in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgao authored and akubera committed Dec 8, 2024
1 parent e5d4a3b commit 466b291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ This is how this crate formats BigDecimals:
- `123.456` => `BigDecimal("123456e-3")`
- `-1e10000` => `BigDecimal("-1e10000")`

There is a [formatting-example](examples/formatting-example.rs) script in the
There is a [formatting-example](examples/formatting-examples.rs) script in the
`examples/` directory that demonstrates the formatting options and comparison
with Rust's standard floating point Display.

Expand Down

0 comments on commit 466b291

Please sign in to comment.