Skip to content

Commit

Permalink
Add to description of type call
Browse files Browse the repository at this point in the history
  • Loading branch information
slyubomirsky committed Jan 16, 2019
1 parent a09842f commit e47fa11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/relay/type.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ class TypeCall;
class TypeCallNode : public TypeNode {
public:
/*!
* \brief The type-level function.
* \brief The type-level function (ADT that takes type params).
*/
Type func;
/*! \brief The arguments. */
Expand Down

0 comments on commit e47fa11

Please sign in to comment.