Skip to content

Commit ade26ee

Browse files
committed
spelling: multiline
Signed-off-by: Josh Soref <[email protected]>
1 parent 481714a commit ade26ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/comment.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1219,15 +1219,15 @@ pub(crate) enum FullCodeCharKind {
12191219
InComment,
12201220
/// Last character of a comment, '\n' for a line comment, '/' for a block comment.
12211221
EndComment,
1222-
/// Start of a mutlitine string inside a comment
1222+
/// Start of a multiline string inside a comment
12231223
StartStringCommented,
1224-
/// End of a mutlitine string inside a comment
1224+
/// End of a multiline string inside a comment
12251225
EndStringCommented,
12261226
/// Inside a commented string
12271227
InStringCommented,
1228-
/// Start of a mutlitine string
1228+
/// Start of a multiline string
12291229
StartString,
1230-
/// End of a mutlitine string
1230+
/// End of a multiline string
12311231
EndString,
12321232
/// Inside a string.
12331233
InString,

0 commit comments

Comments
 (0)