Skip to content

Commit f81d114

Browse files
committed
Remove repetitive wording.
Fixes <rdar://59618453>
1 parent 94d824a commit f81d114

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/core/ManagedBuffer.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ extension ManagedBuffer {
145145
/// `Header` and contiguous storage for an arbitrary number of
146146
/// `Element` instances stored in that buffer.
147147
///
148-
/// For most purposes, the `ManagedBuffer` class works fine for this
149-
/// purpose, and can simply be used on its own. However, in cases
148+
/// For most purposes, the `ManagedBuffer` class can be used on its own.
149+
/// However, in cases
150150
/// where objects of various different classes must serve as storage,
151-
/// `ManagedBufferPointer` is needed.
151+
/// you need to also use `ManagedBufferPointer`.
152152
///
153153
/// A valid buffer class is non-`@objc`, with no declared stored
154154
/// properties. Its `deinit` must destroy its

0 commit comments

Comments
 (0)