File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments