Skip to content

Commit

Permalink
Fix a typo include/symbolic.h (apache#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinxer authored and tqchen committed May 30, 2016
1 parent 5e000e2 commit e3e26b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mxnet/symbolic.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ class Symbol {
static Symbol CreateVariable(const std::string &name);

protected:
// Decalre node, internal data structure.
// Declare node, internal data structure.
struct Node;
/*! \brief an entry that represents output data from a node */
struct DataEntry {
Expand Down

0 comments on commit e3e26b5

Please sign in to comment.