Skip to content

Commit 87f92a7

Browse files
committed
Fix a piece of doc
1 parent 09b8ecd commit 87f92a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/edu/stanford/nlp/semgraph/semgrex/ssurgeon/Ssurgeon.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,7 @@
177177
*</p><p>
178178
* {@code mergeNodes} will merge n1 and n2, assuming they are mergeable. <br>
179179
* The nodes can be merged if one of the nodes is the head of a phrase
180-
* and the other node depends on the head. TODO: can make it process
181-
* more than two nodes at once.
180+
* and the other node depends on the head.
182181
*</p><p>
183182
* {@code killAllIncomingEdges} deletes all edges to a node. <br>
184183
* {@code -node} is the node to edit. <br>

0 commit comments

Comments
 (0)