We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d478a88 commit 8475a82Copy full SHA for 8475a82
message-index/messages/GHC-21231/index.md
@@ -5,5 +5,5 @@ introduced: 9.6.1
5
severity: error
6
---
7
8
-The escape sequence in the `Char` literal is too large of a number. The maximum value of a numeric literal is \1114111
9
-(or \x10ffff in hexadecimal and \o4177777 in octal).
+The escape sequence in the `Char` literal is too large of a number. The maximum value of a numeric literal is `\1114111`
+(or `\x10ffff` in hexadecimal and `\o4177777` in octal).
0 commit comments