swift-extras / swift-extras-json

JSON encoding and decoding without the use of Foundation in pure Swift.
Apache License 2.0
348 stars 15 forks source link

Typo `with` instead of `width` #18

Closed rjchatfield closed 4 years ago

rjchatfield commented 4 years ago

There is a typo decodeFixedWithInteger() instead of Width in: Sources/PureSwiftJSONCoding/Decoding/JSONSingleValueDecodingContainer.swift

fabianfett commented 4 years ago

Great find! Do you want to open a PR? Or shall I do the quick fix?