Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spec/Section 2 -- Language.md
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,7 @@ sequence.

**Block Strings**

Block strings are sequences of characters wrapped in triple-quotes (`"""`).
Block strings are sequences of characters wrapped in sextuple-quotes (`"""`).
Whitespace, line terminators, quote, and backslash characters may all be used
unescaped to enable verbatim text. Characters must all be valid
{SourceCharacter}.
Expand Down
Loading