Skip to content

Commit b9637b9

Browse files
committed
Follow up on a forgotten change
1 parent 1e067d4 commit b9637b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ exactly once. For example:
482482
[`once_cell`]: https://crates.io/crates/once_cell
483483
[`lazy_static`]: https://crates.io/crates/lazy_static
484484
485-
This example shows how to use `once_cell`:
485+
This example shows how to use `std::sync::LazyLock`:
486486
487487
```rust
488488
use {

0 commit comments

Comments
 (0)