Skip to content

Commit 45dc4d5

Browse files
bbatsovIanWitham
authored andcommitted
Fix example indentation (fsprojects#40)
1 parent 50e0fd6 commit 45dc4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fsharp-cheatsheet.md

+1-1
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)