Skip to content

Commit b7e51e3

Browse files
vijesh-scartermp
authored andcommitted
Update strings.md (#6000)
The backslash was not escaped. Now the changed text is rendered as ( \ ) instead of ()
1 parent 9bbb542 commit b7e51e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp/language-reference/strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The API reference links in this article will take you to MSDN. The docs.microso
1111
The `string` type represents immutable text as a sequence of Unicode characters. `string` is an alias for `System.String` in the .NET Framework.
1212

1313
## Remarks
14-
String literals are delimited by the quotation mark (") character. The backslash character (\) is used to encode certain special characters. The backslash and the next character together are known as an *escape sequence*. Escape sequences supported in F# string literals are shown in the following table.
14+
String literals are delimited by the quotation mark (") character. The backslash character ( \\ ) is used to encode certain special characters. The backslash and the next character together are known as an *escape sequence*. Escape sequences supported in F# string literals are shown in the following table.
1515

1616
|Character|Escape sequence|
1717
|---------|---------------|

0 commit comments

Comments
 (0)