Skip to content

Commit

Permalink
fixed some typos (apache#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxXSoft authored and wweic committed May 13, 2019
1 parent 23cc3d3 commit 99147ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/dev/debugger.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ folder specified while creating the runtime.
Sample Output
***************************************

The below is the output of running ``tvm/nnvm/tutorials/from_onnnx.py`` with debugger.
The below is the output of running ``tvm/nnvm/tutorials/from_onnx.py`` with debugger.

::

Expand Down
2 changes: 1 addition & 1 deletion nnvm/include/nnvm/base.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace nnvm {
/*! \brief any type */
using dmlc::any;

/*! \brief array_veiw type */
/*! \brief array_view type */
using dmlc::array_view;

/*!\brief getter function of any type */
Expand Down

0 comments on commit 99147ca

Please sign in to comment.