Skip to content

Commit 8475a82

Browse files
authored
Update index.md
1 parent d478a88 commit 8475a82

File tree

1 file changed

+2
-2
lines changed
  • message-index/messages/GHC-21231

1 file changed

+2
-2
lines changed

message-index/messages/GHC-21231/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ introduced: 9.6.1
55
severity: error
66
---
77

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).
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).

0 commit comments

Comments
 (0)