aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/extend/adding_an_op.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/extend/adding_an_op.md')
-rw-r--r--tensorflow/docs_src/extend/adding_an_op.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/extend/adding_an_op.md b/tensorflow/docs_src/extend/adding_an_op.md
index 6e96cfc532..fbf5c0b90d 100644
--- a/tensorflow/docs_src/extend/adding_an_op.md
+++ b/tensorflow/docs_src/extend/adding_an_op.md
@@ -649,7 +649,7 @@ define an attr with constraints, you can use the following `<attr-type-expr>`s:
```
Lists can be combined with other lists and single types. The following
- op allows attr `t` to be any of the numberic types, or the bool type:
+ op allows attr `t` to be any of the numeric types, or the bool type:
```c++
REGISTER_OP("NumberOrBooleanType")