We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf32e5b commit 8598eabCopy full SHA for 8598eab
compiler/noirc_evaluator/src/ssa/ir/map.rs
@@ -270,7 +270,7 @@ impl<T> std::ops::IndexMut<Id<T>> for SparseMap<T> {
270
/// Useful for assigning ids before the storage is created or assigning ids
271
/// for types that have no single owner.
272
///
273
-/// This type wraps an AtomicUsize so it can safely be used across threads.
+/// This type wraps an atomic number so it can safely be used across threads.
274
#[derive(Debug, Serialize, Deserialize)]
275
pub struct AtomicCounter<T> {
276
next: AtomicU32,
0 commit comments