Skip to content

Commit 4039274

Browse files
DRSchlaubiqurbonzoda
authored andcommitted
Fix typo in hex format proposal
1 parent 22ed3de commit 4039274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/stdlib/hex-format.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public fun String.hexToByteArray(format: HexFormat = HexFormat.Default): ByteArr
164164
165165
// Parses a numeric value
166166
// N is Byte, Short, Int, Long, and their unsigned counterparts
167-
public fun String.hexToN(format: HexFormat = HexFormat.Default): String
167+
public fun String.hexToN(format: HexFormat = HexFormat.Default): N
168168
```
169169

170170
## Contracts

0 commit comments

Comments
 (0)