Skip to content

Commit 9b51cb4

Browse files
committed
Update parameter documentation
1 parent d79eb0e commit 9b51cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -549,8 +549,8 @@ object Parsers {
549549
/** operand { infixop operand | ‘given’ (operand | ParArgumentExprs) } [postfixop],
550550
*
551551
* respecting rules of associativity and precedence.
552-
* @param notAnOperator a token that does not count as operator.
553-
* @param maybePostfix postfix operators are allowed.
552+
* @param isOperator the current token counts as an operator.
553+
* @param maybePostfix postfix operators are allowed.
554554
*/
555555
def infixOps(
556556
first: Tree, canStartOperand: Token => Boolean, operand: () => Tree,

0 commit comments

Comments
 (0)