We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81b757c + b06f891 commit c715155Copy full SHA for c715155
library/std/src/sync/once_lock.rs
@@ -13,7 +13,7 @@ use crate::sync::Once;
13
///
14
/// # Examples
15
16
-/// Using `OnceCell` to store a function’s previously computed value (a.k.a.
+/// Using `OnceLock` to store a function’s previously computed value (a.k.a.
17
/// ‘lazy static’ or ‘memoizing’):
18
19
/// ```
0 commit comments