Skip to content

Commit aa6088b

Browse files
0xflotusstasm
authored andcommitted
Fix typo in multiline.md (#260)
1 parent 0588173 commit aa6088b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/multiline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Only the indented lines comprising the multiline pattern participate in this
8080
behavior. Specifically, if the text starts on the same line as the message
8181
identifier, then this first line is not considered as indented, and is
8282
excluded from the dedentation behavior. In such cases, the first line (the
83-
unindeted one) still has its leading blanks ignored—because patterns start
83+
unindented one) still has its leading blanks ignored—because patterns start
8484
on the first non-blank character.
8585

8686
```

0 commit comments

Comments
 (0)