We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7421ca commit 451f464Copy full SHA for 451f464
stdlib/public/core/ManagedBuffer.swift
@@ -31,7 +31,7 @@ public class NonObjectiveCBase {
31
public class ManagedProtoBuffer<Header, Element> : NonObjectiveCBase {
32
/// The actual number of elements that can be stored in this object.
33
///
34
- /// This header may be nontrivial to compute; it is usually a good
+ /// This value may be nontrivial to compute; it is usually a good
35
/// idea to store this information in the "header" area when
36
/// an instance is created.
37
public final var capacity: Int {
0 commit comments