Skip to content

Commit 466b291

Browse files
jonahgaoakubera
authored andcommitted
Fix broken link in README.md
1 parent e5d4a3b commit 466b291

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This is how this crate formats BigDecimals:
167167
- `123.456` => `BigDecimal("123456e-3")`
168168
- `-1e10000` => `BigDecimal("-1e10000")`
169169

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

0 commit comments

Comments
 (0)