Skip to content

Commit ea7969a

Browse files
committed
Support Encoder
1 parent 882cb88 commit ea7969a

File tree

5 files changed

+1427
-1
lines changed

5 files changed

+1427
-1
lines changed

Sources/StructuredHeaders/Decoder/StructuredFieldDecoder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ extension StructuredFieldDecoder {
6464
class _StructuredFieldDecoder<BaseData: RandomAccessCollection> where BaseData.Element == UInt8, BaseData.SubSequence: Hashable {
6565
private var parser: StructuredFieldParser<BaseData>
6666

67-
// For now we use a stack here because the CoW operations on Array would stuck. Ideally I'd just have us decode
67+
// For now we use a stack here because the CoW operations on Array would suck. Ideally I'd just have us decode
6868
// our way down with values, but doing that is a CoWy nightmare from which we cannot escape.
6969
private var _codingStack: [CodingStackEntry]
7070

0 commit comments

Comments
 (0)