Skip to content

Commit 5f9225a

Browse files
RexJaeschkeBillWagner
authored andcommitted
fix md formatting
1 parent efd0095 commit 5f9225a

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
@@ -995,10 +995,12 @@ A *String_Literal* that contains a *Utf8_Suffix* is a ***UTF-8 string literal***
995995
996996
<!-- markdownlint-enable MD028 -->
997997
> *Example*: Here are examples of each form of string literal:
998+
>
998999
> | **Encoding** | **Type** | **Regular String Literal** | **Verbatim String Literal** | **Raw String Literal** |
9991000
> |--------------|----------------------|---------------------|--------------------|--------------------|
10001001
> | UTF-16 | `string` | `"Hello"` | `@"Hello"` | `"""Hello"""` |
10011002
> | UTF-8 | `ReadOnlySpan<byte>` | `"Hello"u8` | `@"Hello"u8` | `"""Hello"""u8` |
1003+
>
10021004
> *end example*
10031005
10041006
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)