Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 51b98e5

Browse files
committedMay 15, 2021
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

Lines changed: 2 additions & 2 deletions
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)
Please sign in to comment.