Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyuepan committed Aug 14, 2023
1 parent 177db25 commit 2965f4a
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 @@ -18,7 +18,7 @@ The random algorithm is not smooth although it follows weight configuration.

Using it is simple:
```rust
use weighted-rs::{SmoothWeight, Weight};
use weighted_rs::{SmoothWeight, Weight};
use std::collections::HashMap;

let mut sw: SmoothWeight<&str> = SmoothWeight::new();
Expand Down

0 comments on commit 2965f4a

Please sign in to comment.