Skip to content

Commit

Permalink
address reviewer comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarisaKirisame committed Oct 23, 2019
1 parent 728eeec commit c4f5187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/relay/interpreter.h
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ class ClosureNode : public ValueNode {

RELAY_DEFINE_NODE_REF(Closure, ClosureNode, Value);

/*! \brief A Relay Recursive Closure. A closure that have a name. */
/*! \brief A Relay Recursive Closure. A closure that has a name. */
class RecClosure;

/*! \brief The container type of RecClosure. */
Expand Down

0 comments on commit c4f5187

Please sign in to comment.