Skip to content

Commit 992a486

Browse files
authored
fix md formatting
1 parent 245b0f3 commit 992a486

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

standard/lexical-structure.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,10 +1009,12 @@ A *String_Literal* that contains a *Utf8_Suffix* is a ***UTF-8 string literal***
10091009
10101010
<!-- markdownlint-enable MD028 -->
10111011
> *Example*: Here are examples of each form of string literal:
1012+
>
10121013
> | **Encoding** | **Type** | **Regular String Literal** | **Verbatim String Literal** | **Raw String Literal** |
10131014
> |--------------|----------------------|---------------------|--------------------|--------------------|
10141015
> | UTF-16 | `string` | `"Hello"` | `@"Hello"` | `"""Hello"""` |
10151016
> | UTF-8 | `ReadOnlySpan<byte>` | `"Hello"u8` | `@"Hello"u8` | `"""Hello"""u8` |
1017+
>
10161018
> *end example*
10171019
10181020
Each string literal does not necessarily result in a new string instance. When two or more string literals that are equivalent according to the string equality operator ([§12.15.8](expressions.md#12158-string-equality-operators)), appear in the same assembly, these string literals refer to the same string instance.

0 commit comments

Comments
 (0)