Skip to content

Commit

Permalink
Fix typo in cpp.md
Browse files Browse the repository at this point in the history
Hi,
I fixed a typo in the tree representation of tutorial directories/files at `cpp.md`.

Closes #5276.

PiperOrigin-RevId: 198297573
  • Loading branch information
quiye authored and Copybara-Service committed May 28, 2018
1 parent 8044286 commit 768f181
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/docs/tutorial/cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ and is structured as follows:
examples
└── cpp-tutorial
├──stage1
── main
│   ├── BUILD
│   ── hello-world.cc
── main
│   ├── BUILD
│   ── hello-world.cc
│ └── WORKSPACE
├──stage2
│ ├── main
│  │ ├── BUILD
│  │ ├── hello-world.cc
│  │   ├── hello-greet.cc
│  │   ── hello-greet.h
│  │   ── hello-greet.h
│ └── WORKSPACE
└──stage3
├── main
Expand Down

0 comments on commit 768f181

Please sign in to comment.