Skip to content

Commit 8598eab

Browse files
asteriteTomAFrench
andauthored
chore: small fix for outdated docs (#8821)
Co-authored-by: Tom French <[email protected]>
1 parent cf32e5b commit 8598eab

File tree

1 file changed

+1
-1
lines changed
  • compiler/noirc_evaluator/src/ssa/ir

1 file changed

+1
-1
lines changed

compiler/noirc_evaluator/src/ssa/ir/map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ impl<T> std::ops::IndexMut<Id<T>> for SparseMap<T> {
270270
/// Useful for assigning ids before the storage is created or assigning ids
271271
/// for types that have no single owner.
272272
///
273-
/// This type wraps an AtomicUsize so it can safely be used across threads.
273+
/// This type wraps an atomic number so it can safely be used across threads.
274274
#[derive(Debug, Serialize, Deserialize)]
275275
pub struct AtomicCounter<T> {
276276
next: AtomicU32,

0 commit comments

Comments
 (0)