Skip to content

Commit 3aab94d

Browse files
Update compiler/src/dotty/tools/dotc/parsing/Parsers.scala
Co-Authored-By: Nicolas Stucki <nicolas.stucki@gmail.com>
1 parent 1b825b8 commit 3aab94d

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
@@ -2064,7 +2064,7 @@ object Parsers {
20642064
/** FunParams ::= Bindings
20652065
* | id
20662066
* | `_'
2067-
* Bindings ::= `(' [[using] [‘erased’] Binding {`,' Binding}] `)'
2067+
* Bindings ::= `(' [[using] [‘erased’] Binding {`,' Binding}] `)'
20682068
*/
20692069
def funParams(mods: Modifiers, location: Location.Value): List[Tree] =
20702070
if in.token == LPAREN then

0 commit comments

Comments
 (0)