Apply suggestions from code review

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
yoff
2021-01-20 17:38:34 +01:00
committed by GitHub
parent 5a652ab3aa
commit e072864948
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ module EssaFlow {
contextManager.strictlyDominates(var)
)
or
// Paramter definition
// Parameter definition
// `def foo(x):`
// nodeFrom is `x`, cfgNode
// nodeTo is `x`, essa var

View File

@@ -64,7 +64,7 @@ newtype TNode =
/**
* A synthetic node representing that an iterable sequence flows to consumer.
*/
TIterableSequence(UnpackingAssignmentTarget consumer) { consumer instanceof SequenceNode } or
TIterableSequence(UnpackingAssignmentSequenceTarget consumer) or
/**
* A synthetic node representing that there may be an iterable element
* for `consumer` to consume.