Skip to content

Commit a6c3ea1

Browse files
authored
Fix example indentation (#40)
1 parent 0fafaea commit a6c3ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp-cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ let verbatimXml = @"<book title=""Paradise Lost"">"
3737
We don't even have to escape `"` with *triple-quoted strings*.
3838

3939
```fsharp
40-
let tripleXml = """<book title="Paradise Lost">"""
40+
let tripleXml = """<book title="Paradise Lost">"""
4141
```
4242

4343
*Backslash strings* indent string contents by stripping leading spaces.

0 commit comments

Comments
 (0)