Skip to content

Commit bfd4245

Browse files
kyouko-taigambovel
andcommitted
Update compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala
Co-authored-by: Matt Bovel <matthieu@bovel.net>
1 parent 69d85ac commit bfd4245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/PartialAssignment.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import core.Symbols.defn
1313
*
1414
* @param lhs The target of the assignment.
1515
* @param perform: A closure that accepts `lhs` and an untyped tree `rhs`, and returns a tree
16-
* representing the assignment of `rhs` ro `lhs`.
16+
* representing the assignment of `rhs` to `lhs`.
1717
*/
1818
private[typer] final class PartialAssignment[+T <: LValue](val lhs: T)(
1919
perform: (T, untpd.Tree) => untpd.Tree

0 commit comments

Comments
 (0)