diff --git a/docs/fsharp-cheatsheet.md b/docs/fsharp-cheatsheet.md index 587ae7d..2ef6fd5 100644 --- a/docs/fsharp-cheatsheet.md +++ b/docs/fsharp-cheatsheet.md @@ -37,7 +37,7 @@ let verbatimXml = @"" We don't even have to escape `"` with *triple-quoted strings*. ```fsharp - let tripleXml = """""" +let tripleXml = """""" ``` *Backslash strings* indent string contents by stripping leading spaces.