Skip to content

Commit 248d7b8

Browse files
oderskynicolasstucki
authored andcommitted
Update compiler/src/dotty/tools/dotc/parsing/Parsers.scala
Co-authored-by: Nicolas Stucki <[email protected]>
1 parent 3f1d83f commit 248d7b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/parsing/Parsers.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ object Parsers {
315315
* one statement separator unless the next token terminates a statement´sequence.
316316
* @param stats the statements parsed to far
317317
* @param noPrevStat true if there was no immediately preceding statement parsed
318-
* @param what a string indicating what kin of statement is parsed
318+
* @param what a string indicating what kind of statement is parsed
319319
* @param altEnd a token that is also considered as a terminator of the statement
320320
* sequence (the default `EOF` already assumes to terminate a statement
321321
* sequence).

0 commit comments

Comments
 (0)