Skip to content

Commit f135c74

Browse files
Fix typo on README
`num-compex` => `num-complex`. May be good to publish a new version to crates.io so that the README is fixed there
1 parent 1eaae98 commit f135c74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ num-complex = "0.1"
1919
and this to your crate root:
2020

2121
```rust
22-
extern crate num_compex;
22+
extern crate num_complex;
2323
```
2424

2525
## Releases

0 commit comments

Comments
 (0)