From 5d7c0e3286051c66b46be0a43d841046eb289eef Mon Sep 17 00:00:00 2001 From: MaxXing Date: Sun, 28 Apr 2019 11:20:38 +0800 Subject: [PATCH] fixed some typos (#3112) --- docs/dev/debugger.rst | 2 +- nnvm/include/nnvm/base.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dev/debugger.rst b/docs/dev/debugger.rst index 254a82def6b8..65f206f0cd5e 100644 --- a/docs/dev/debugger.rst +++ b/docs/dev/debugger.rst @@ -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. :: diff --git a/nnvm/include/nnvm/base.h b/nnvm/include/nnvm/base.h index 43e0fb9b0c59..b6a1d0e54135 100644 --- a/nnvm/include/nnvm/base.h +++ b/nnvm/include/nnvm/base.h @@ -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 */