We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50e0fd6 commit 45dc4d5Copy full SHA for 45dc4d5
docs/fsharp-cheatsheet.md
@@ -37,7 +37,7 @@ let verbatimXml = @"<book title=""Paradise Lost"">"
37
We don't even have to escape `"` with *triple-quoted strings*.
38
39
```fsharp
40
- let tripleXml = """<book title="Paradise Lost">"""
+let tripleXml = """<book title="Paradise Lost">"""
41
```
42
43
*Backslash strings* indent string contents by stripping leading spaces.
0 commit comments