Python: More review suggestions

This commit is contained in:
Rasmus Lerchedahl Petersen
2021-03-12 18:45:09 +01:00
parent 63b732ce1f
commit 8f467003d2
2 changed files with 4 additions and 5 deletions

View File

@@ -136,7 +136,7 @@ class Node extends TNode {
LocalSourceNode backtrack(TypeBackTracker t2, TypeBackTracker t) { t2 = t.step(result, this) }
/**
* Gets a local source node from which data may flow to this node in zero or more local steps.
* Gets a local source node from which data may flow to this node in zero or more local data-flow steps.
*/
LocalSourceNode getALocalSource() { result.flowsTo(this) }