Skip to content

Commit 76d67c5

Browse files
committed
Use string literal instead of string delimiter
1 parent 11a4fce commit 76d67c5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

misc_docs/syntax/language_string_delimiter.mdx

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
id: "string-delimiter"
3-
keywords: ["string", "delimiter"]
2+
id: "string-literal"
3+
keywords: ["string"]
44
name: "\"\""
5-
summary: "This is the `string` delimiter."
5+
summary: "This is the `string` literal syntax."
66
category: "languageconstructs"
77
---
88

9-
The `string` delimiter is composed of two **double** quotes. Single quotes are reserved for the `char` type.
9+
A `string` literal is composed of two **double** quotes. Single quotes are reserved for the `char` type.
1010

1111
### Example
1212

0 commit comments

Comments
 (0)