File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1219,15 +1219,15 @@ pub(crate) enum FullCodeCharKind {
1219
1219
InComment ,
1220
1220
/// Last character of a comment, '\n' for a line comment, '/' for a block comment.
1221
1221
EndComment ,
1222
- /// Start of a mutlitine string inside a comment
1222
+ /// Start of a multiline string inside a comment
1223
1223
StartStringCommented ,
1224
- /// End of a mutlitine string inside a comment
1224
+ /// End of a multiline string inside a comment
1225
1225
EndStringCommented ,
1226
1226
/// Inside a commented string
1227
1227
InStringCommented ,
1228
- /// Start of a mutlitine string
1228
+ /// Start of a multiline string
1229
1229
StartString ,
1230
- /// End of a mutlitine string
1230
+ /// End of a multiline string
1231
1231
EndString ,
1232
1232
/// Inside a string.
1233
1233
InString ,
You can’t perform that action at this time.
0 commit comments