Skip to content

Commit 4edccfe

Browse files
committed
[stdlib] Change wording in UnsafeBufferPointer discussion
1 parent 77fc494 commit 4edccfe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public struct UnsafeBufferPointerIterator<Element>
3737
/// elements stored contiguously in memory.
3838
///
3939
/// You can use an `${Self}` instance in low level operations to eliminate
40-
/// uniqueness checks and release mode bounds checks. Bounds checks are always
41-
/// performed in debug mode.
40+
/// uniqueness checks and, in release mode, bounds checks. Bounds checks are
41+
/// always performed in debug mode.
4242
///
4343
/// ${Self} Semantics
4444
/// =================

0 commit comments

Comments
 (0)