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 197a45c commit 17a0c6bCopy full SHA for 17a0c6b
Sources/SwiftCompilerPluginMessageHandling/JSON/JSONEncoding.swift
@@ -55,7 +55,7 @@ private class JSONReference {
55
guard case .array(var arr) = backing else {
56
preconditionFailure()
57
}
58
- backing = .null // Ensure 'err' uniquely referenced.
+ backing = .null // Ensure 'arr' uniquely referenced.
59
arr.append(value)
60
backing = .array(arr)
61
0 commit comments