Skip to content

Commit

Permalink
Fix typo in C++ tutorial: "target that that builds"
Browse files Browse the repository at this point in the history
Closes #3554.

PiperOrigin-RevId: 165426323
  • Loading branch information
chekunkov authored and iirina committed Aug 17, 2017
1 parent f2854bd commit d21d5d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/tutorial/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d21d5d6

Please sign in to comment.