Skip to content

Commit ab178c7

Browse files
glbrnttjosephnoir
andauthored
Update Sources/QPACK/Headers/StaticHeaderTable.swift
Co-authored-by: Raphael Hiesgen <github@hiesgen.dev>
1 parent 82e6d4e commit ab178c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/QPACK/Headers/StaticHeaderTable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ package enum StaticHeaderTable {
122122
]
123123

124124
/// A mapping of header name to the array of static table indices carrying that name.
125-
/// Array are guaranteed to be non-empty, and their values are in ascending index order.
125+
/// Arrays are guaranteed to be non-empty, and their values are in ascending index order.
126126
private static let indicesByName: [HTTPField.Name: [Int]] = {
127127
var result = [HTTPField.Name: [Int]](minimumCapacity: Self.shared.count)
128128
for index in Self.shared.indices {

0 commit comments

Comments
 (0)