diff options
Diffstat (limited to 'AK/Hex.h')
-rw-r--r-- | AK/Hex.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ constexpr u8 decode_hex_digit(char digit) return 255; } -Optional<ByteBuffer> decode_hex(const StringView&); +Optional<ByteBuffer> decode_hex(StringView); String encode_hex(ReadonlyBytes); |