There was an error while loading. Please reload this page.
1 parent 82e6d4e commit ab178c7Copy full SHA for ab178c7
1 file changed
Sources/QPACK/Headers/StaticHeaderTable.swift
@@ -122,7 +122,7 @@ package enum StaticHeaderTable {
122
]
123
124
/// 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.
+ /// Arrays are guaranteed to be non-empty, and their values are in ascending index order.
126
private static let indicesByName: [HTTPField.Name: [Int]] = {
127
var result = [HTTPField.Name: [Int]](minimumCapacity: Self.shared.count)
128
for index in Self.shared.indices {
0 commit comments