Skip to content

Commit 910f260

Browse files
authored
Merge pull request #220 from omahs/patch-1
Fix minor typo
2 parents be7c1c4 + 4bbb8d6 commit 910f260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn main() {
6363

6464
# Standard library
6565

66-
It is now possible to easily replicate this crate's functionality in Rust's standard library with [`std::sync::OnceLock`](https://doc.rust-lang.org/std/sync/struct.OnceLock.html). The example above could be also be written as:
66+
It is now possible to easily replicate this crate's functionality in Rust's standard library with [`std::sync::OnceLock`](https://doc.rust-lang.org/std/sync/struct.OnceLock.html). The example above could also be written as:
6767

6868
```rust
6969
use std::collections::HashMap;

0 commit comments

Comments
 (0)