Skip to content

Commit a5f4fa5

Browse files
authored
Update README.md
1 parent 5d84b7e commit a5f4fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Functionality includes:
1010
* computing the number of nodes, number of edges
1111
* propagating a value through the DAG, that is, a `foldup` operation
1212
* `filter` the nodes in the DAG
13-
* iterate over the nodes in the DAG, compute maximum, minimum, and other Base functions.
13+
* `iterate` over the nodes in the DAG, compute `maximum`, `minimum`, and other Base functions.
1414
* find the `lca` (lowest common ancestor) of nodes in a tree
1515
* arrange the DAG nodes in feedforward layers
1616
* collecting various statistics about the types of nodes and their in/out-degree

0 commit comments

Comments
 (0)