Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
piiswrong committed Jul 9, 2017
1 parent 2f2ce28 commit b0cf3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mxnet/op_attr_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class OpStatePtr {
void reset() {
ptr_.reset();
}
/* \brief whether state is empty */
/* \brief Whether state is empty */
explicit operator bool() const {
return ptr_ ? true : false;
}
Expand Down

0 comments on commit b0cf3ca

Please sign in to comment.