Skip to content

Commit 5b56732

Browse files
authored
Update README.md
1 parent 5efc6a4 commit 5b56732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ let any = try encoder.encode([1, 2, Int?.none, 3])
126126

127127
## Int Decoding Strategy
128128

129-
The decoding of [`BinaryInteger`](https://developer.apple.com/documentation/swift/binaryinteger) types (`Int`, `UInt` etc) can be adjusted via `intDecodingStrategy`.
129+
The decoding of types conformin to [`BinaryInteger`](https://developer.apple.com/documentation/swift/binaryinteger) (e.g. `Int`, `UInt`) can be adjusted via `intDecodingStrategy`.
130130

131131
The default strategy `IntDecodingStrategy.exact` ensures the source value is exactly represented by the decoded type allowing floating point values with no fractional part to be decoded:
132132

0 commit comments

Comments
 (0)