Skip to content

Commit 12e17d9

Browse files
committed
Fix the description of MultilineStrings
1 parent 8a3ad57 commit 12e17d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/ghc-9.12-cabal-3.14/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Here are some highlights:
1919
### Language Extensions
2020

2121
This release brings many new and exciting extensions:
22-
* [Multiline string literals][MultilineStrings] to spread a piece of text over several lines;
22+
* [Multiline string literals][MultilineStrings] to write string literals with newlines kept verbatim,
23+
enabling multiline strings without the need for string gaps and literal \n characters";
2324
* [Or-Patterns][OrPatterns], allowing you to match on several patterns in a single `case` branch:
2425

2526
```haskell

0 commit comments

Comments
 (0)