Skip to content

Commit 05ba2f4

Browse files
Typo Fixed : implemention -> implementation
1 parent 0287ac7 commit 05ba2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ContiguousArrayBuffer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ extension _ContiguousArrayBuffer {
581581
}
582582
}
583583

584-
/// This is a fast implemention of _copyToNativeArrayBuffer() for collections.
584+
/// This is a fast implementation of _copyToNativeArrayBuffer() for collections.
585585
///
586586
/// It avoids the extra retain, release overhead from storing the
587587
/// ContiguousArrayBuffer into

0 commit comments

Comments
 (0)