Skip to content

Commit

Permalink
[Fix] Fix Typo in relay/expr.h
Browse files Browse the repository at this point in the history
  • Loading branch information
QuqqU committed Jan 16, 2023
1 parent a530df8 commit 12539a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvm/relay/expr.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ class Var : public Expr {
};

/*!
* \brief Returns \p vor with the given properties. A null property denotes 'no change'.
* \brief Returns \p var with the given properties. A null property denotes 'no change'.
* Returns \p var if all properties are unchanged. Otherwise, returns a copy with the new
* fields.
*/
Expand Down

0 comments on commit 12539a8

Please sign in to comment.