Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rex4539 committed Jan 8, 2023
1 parent 97d6b6a commit a6e9176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ A valid hexadecimal string can be used, either containing the prefix `0x` or wit

This constructor returns an `Optional`, since if the string is not valid hexadecimal, the constructor will fail and `nil` will be returned.

If no integer type is specified, the type will defult to `Int`.
If no integer type is specified, the type will default to `Int`.

```swift
Hex("FF") // Radix<Int>(255)?
Expand Down

0 comments on commit a6e9176

Please sign in to comment.