update the comments.

This commit is contained in:
linkerzhang 2018-11-29 17:54:30 -08:00
parent afe3fb5c1d
commit e00c956254

View file

@ -130,7 +130,7 @@ class Node {
return definitions_.input_defs;
}
/** Gets a modifiable collection of the Node's input definitions. */
/** Gets a modifiable collection of the Node's output definitions. */
std::vector<NodeArg*>& MutableOutputDefs() noexcept {
return definitions_.output_defs;
}