Skip to content

Commit 51b98e5

Browse files
committed
Fix typos
1 parent 0544178 commit 51b98e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

misc_docs/syntax/language_char_literal.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
id: "char-literal"
33
keywords: ["char"]
4-
name: "\'\'"
4+
name: "''"
55
summary: "This is the `char` literal syntax."
66
category: "languageconstructs"
77
---
88

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

1111
### Example
1212

0 commit comments

Comments
 (0)