Skip to content

Commit 451f464

Browse files
author
Dave Abrahams
authored
Fix a comment sed-o
1 parent a7421ca commit 451f464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/ManagedBuffer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public class NonObjectiveCBase {
3131
public class ManagedProtoBuffer<Header, Element> : NonObjectiveCBase {
3232
/// The actual number of elements that can be stored in this object.
3333
///
34-
/// This header may be nontrivial to compute; it is usually a good
34+
/// This value may be nontrivial to compute; it is usually a good
3535
/// idea to store this information in the "header" area when
3636
/// an instance is created.
3737
public final var capacity: Int {

0 commit comments

Comments
 (0)