Improve VariableAssign.getSource documentation

This commit is contained in:
Marcono1234
2020-07-07 22:37:58 +02:00
committed by GitHub
parent 548fceb306
commit 00a61816c0

View File

@@ -1243,7 +1243,7 @@ class VariableAssign extends VariableUpdate {
}
/**
* Gets the source of this assignment, if any.
* Gets the source (right-hand side) of this assignment, if any.
*
* An initialization in a `CatchClause` or `EnhancedForStmt` is implicit and
* does not have a source.