aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/docs/cpp-use-cases.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/cpp-use-cases.md b/site/docs/cpp-use-cases.md
index 04d6920785..48449029fd 100644
--- a/site/docs/cpp-use-cases.md
+++ b/site/docs/cpp-use-cases.md
@@ -29,7 +29,7 @@ For example:
```python
cc_library(
name = "build-all-the-files",
- srcs = glob(["*.cc"])
+ srcs = glob(["*.cc"]),
hdrs = glob(["*.h"]),
)
```