Skip to content

Commit 84a4a84

Browse files
committed
Fix indentation - move prose out of code listing
Fixes: rdar://145075268
1 parent 6082173 commit 84a4a84

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/core/UnsafeBufferPointer.swift.gyb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -387,9 +387,9 @@ extension Unsafe${Mutable}BufferPointer where Element: ~Copyable {
387387
/// print(numbers)
388388
/// // Prints "[2, 1, 4, 3, 5]"
389389
///
390-
/// Uninitialized memory cannot be initialized to a nontrivial type
391-
/// using this subscript. Instead, use an initializing method, such as
392-
/// `initializeElement(at:to:)`
390+
/// Uninitialized memory cannot be initialized to a nontrivial type
391+
/// using this subscript. Instead, use an initializing method, such as
392+
/// `initializeElement(at:to:)`
393393
%else:
394394
/// The following example uses the buffer pointer's subscript to access every
395395
/// other element of the buffer:

0 commit comments

Comments
 (0)