Skip to content

Commit 0725a61

Browse files
committed
Fix a typo
1 parent 6b8b794 commit 0725a61

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
@@ -1318,7 +1318,7 @@ object Parsers {
13181318
* | `(' [ExprsInParens `,'] PostfixExpr `:' `_' `*' ')'
13191319
*
13201320
* Special treatment for arguments of primary class constructor
1321-
* annotations. All empty argument lists `(` `)` follwoing the first
1321+
* annotations. All empty argument lists `(` `)` following the first
13221322
* get represented as `List(ParamNotArg)` instead of `Nil`, indicating that
13231323
* the token sequence should be interpreted as an empty parameter clause
13241324
* instead. `ParamNotArg` can also be produced when parsing the first

0 commit comments

Comments
 (0)