Skip to content

Commit 2b791e6

Browse files
committed
Merge pull request #370 from pramodsharma403/ps-typo
Typo Fixed : implemention -> implementation
2 parents 3f46ee3 + 05ba2f4 commit 2b791e6

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)