We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fafaea commit a6c3ea1Copy full SHA for a6c3ea1
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