Skip to content

Commit 332afb8

Browse files
authored
Fix for 41767 (dotnet#41812)
1 parent 8a1e252 commit 332afb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/language-reference/tokens/raw-string.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Raw string literals can span multiple lines:
1717

1818
The following rules govern the interpretation of a multi-line raw string literal:
1919

20-
- Both opening and closing quote characters must be on their own line.
20+
- The opening quotes must be the last non-comment token on its respective line, and the closing quote must be the first non-comment token on its respective line.
2121
- Any whitespace to the left of the closing quotes is removed from all lines of the raw string literal.
2222
- Whitespace following the opening quote on the same line is ignored.
2323
- Whitespace only lines following the opening quote are included in the string literal.

0 commit comments

Comments
 (0)