aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/docs_src/api_guides/cc/guide.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/docs_src/api_guides/cc/guide.md')
-rw-r--r--tensorflow/docs_src/api_guides/cc/guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/docs_src/api_guides/cc/guide.md b/tensorflow/docs_src/api_guides/cc/guide.md
index b5ec83f85b..c5473cad97 100644
--- a/tensorflow/docs_src/api_guides/cc/guide.md
+++ b/tensorflow/docs_src/api_guides/cc/guide.md
@@ -111,7 +111,7 @@ Here are some of the properties controlled by a `Scope` object:
Please refer to @{tensorflow::Scope} for the complete list of member functions
that let you create child scopes with new properties.
-### Operation Construtors
+### Operation Constructors
You can create graph operations with operation constructors, one C++ class per
TensorFlow operation. Unlike the Python API which uses snake-case to name the