mirror of
https://github.com/github/codeql.git
synced 2026-02-20 08:53:49 +01:00
Update comments
This commit is contained in:
@@ -598,10 +598,10 @@ module Trees {
|
||||
* / \ |
|
||||
* empty non-empty |
|
||||
* | \ |
|
||||
* puts "done" \ |
|
||||
* for \ |
|
||||
* | arg |
|
||||
* | | |
|
||||
* for puts arg |
|
||||
* puts "done" puts arg |
|
||||
* \___/
|
||||
* ```
|
||||
*/
|
||||
@@ -617,7 +617,7 @@ module Trees {
|
||||
private UnderscoreArg getArray() { result = this.getValue().getChild() }
|
||||
|
||||
/**
|
||||
* for pattern in value do body end
|
||||
* for pattern in array do body end
|
||||
* ```
|
||||
* array +-> in +--[non empty]--> pattern -> body -> in
|
||||
* |--[empty]--> for
|
||||
|
||||
Reference in New Issue
Block a user