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 030107c commit 4b3b62dCopy full SHA for 4b3b62d
compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala
@@ -13,7 +13,7 @@ import core.Symbols.defn
13
*
14
* @param lhs The target of the assignment.
15
* @param perform: A closure that accepts `lhs` and an untyped tree `rhs`, and returns a tree
16
- * representing the assignment of `rhs` ro `lhs`.
+ * representing the assignment of `rhs` to `lhs`.
17
*/
18
private[typer] final class PartialAssignment[+T <: LValue](val lhs: T)(
19
perform: (T, untpd.Tree) => untpd.Tree
0 commit comments