aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs
diff options
context:
space:
mode:
authorGravatar ???? <quiye@users.noreply.github.com>2018-05-28 06:25:46 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-05-28 06:26:45 -0700
commit768f1818bea462a359f45034003f3b9756901116 (patch)
tree945f9aadc3c2d0fb687304cc0db2449c59d3742a /site/docs
parent80442861d936a7dc4e832f95cf03e51af50ca3a5 (diff)
Fix typo in cpp.md
Hi, I fixed a typo in the tree representation of tutorial directories/files at `cpp.md`. Closes #5276. PiperOrigin-RevId: 198297573
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/tutorial/cpp.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/site/docs/tutorial/cpp.md b/site/docs/tutorial/cpp.md
index 09ff8bd4a1..af8f17a82e 100644
--- a/site/docs/tutorial/cpp.md
+++ b/site/docs/tutorial/cpp.md
@@ -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