You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: misc_docs/syntax/language_char_literal.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
2
id: "char-literal"
3
3
keywords: ["char"]
4
-
name: "\'\'"
4
+
name: "''"
5
5
summary: "This is the `char` literal syntax."
6
6
category: "languageconstructs"
7
7
---
8
8
9
-
A `char` literal is composed of two **single** quotes. Double quotes are reserved for the `string` type. Note that `char`Char doesn't support Unicode or UTF-8.
9
+
A `char` literal is composed of two **single** quotes. Double quotes are reserved for the `string` type. Note that `char` doesn't support Unicode or UTF-8.
0 commit comments