We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a4fce commit 76d67c5Copy full SHA for 76d67c5
misc_docs/syntax/language_string_delimiter.mdx
@@ -1,12 +1,12 @@
1
---
2
-id: "string-delimiter"
3
-keywords: ["string", "delimiter"]
+id: "string-literal"
+keywords: ["string"]
4
name: "\"\""
5
-summary: "This is the `string` delimiter."
+summary: "This is the `string` literal syntax."
6
category: "languageconstructs"
7
8
9
-The `string` delimiter is composed of two **double** quotes. Single quotes are reserved for the `char` type.
+A `string` literal is composed of two **double** quotes. Single quotes are reserved for the `char` type.
10
11
### Example
12
0 commit comments