aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Alex <chekunkov@gmail.com>2017-08-16 13:45:29 +0200
committerGravatar Irina Iancu <elenairina@google.com>2017-08-17 09:52:26 +0200
commitd21d5d6b85fdbabeb9b51b84e05212496ceb7e3c (patch)
treef1c8a4be571b38c77fb4eac8947a75964bb0bcda /site
parentf2854bdaec8b1ff10b7f16a90b60e6e0a4f71f48 (diff)
Fix typo in C++ tutorial: "target that that builds"
Closes #3554. PiperOrigin-RevId: 165426323
Diffstat (limited to 'site')
-rw-r--r--site/docs/tutorial/cpp.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index 9f240f4290..3a599df760 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -192,7 +192,7 @@ output as a graph.
Then, paste the text into [GraphViz](http://www.webgraphviz.com/).
-As you can see, the first stage of the sample project has a single target that
+As you can see, the first stage of the sample project has a single target
that builds a single source file with no additional dependencies:
![Dependency graph for 'hello-world'](/assets/cpp-tutorial-stage1.png)