We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d4a3b commit 466b291Copy full SHA for 466b291
README.md
@@ -167,7 +167,7 @@ This is how this crate formats BigDecimals:
167
- `123.456` => `BigDecimal("123456e-3")`
168
- `-1e10000` => `BigDecimal("-1e10000")`
169
170
-There is a [formatting-example](examples/formatting-example.rs) script in the
+There is a [formatting-example](examples/formatting-examples.rs) script in the
171
`examples/` directory that demonstrates the formatting options and comparison
172
with Rust's standard floating point Display.
173
0 commit comments