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 {
145
145
/// `Header` and contiguous storage for an arbitrary number of
146
146
/// `Element` instances stored in that buffer.
147
147
///
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
150
150
/// where objects of various different classes must serve as storage,
151
- /// `ManagedBufferPointer` is needed .
151
+ /// you need to also use `ManagedBufferPointer`.
152
152
///
153
153
/// A valid buffer class is non-`@objc`, with no declared stored
154
154
/// properties. Its `deinit` must destroy its
You can’t perform that action at this time.
0 commit comments