We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e01496 commit 0333dd6Copy full SHA for 0333dd6
compiler/src/dotty/tools/dotc/printing/Printer.scala
@@ -18,7 +18,7 @@ abstract class Printer {
18
private[this] var prec: Precedence = GlobalPrec
19
20
/** The current precedence level.
21
- * WHen pretty-printing arguments of operator `op`, `currentPrecedence` must equal `op`'s precedence level,
+ * When pretty-printing arguments of operator `op`, `currentPrecedence` must equal `op`'s precedence level,
22
* so that pretty-printing expressions using lower-precedence operators can insert parentheses automatically
23
* by calling `changePrec`.
24
*/
0 commit comments