Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(256)

Unified Diff: tools/gn/docs/reference.md

Issue 2133873002: [GN docs] Add missing word in gn actions help string (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gn/functions_target.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/docs/reference.md
diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
index e1ae36e29705b49eef40088e6871174f90ea7131..ff096cc7075e5dfe6eff165441dd845dcda69ad9 100644
--- a/tools/gn/docs/reference.md
+++ b/tools/gn/docs/reference.md
@@ -1048,8 +1048,8 @@
```
This target type allows you to run a script a single time to produce
- or more output files. If you want to run a script once for each of a
- set of input files, see "gn help action_foreach".
+ one or more output files. If you want to run a script once for each of
+ a set of input files, see "gn help action_foreach".
```
« no previous file with comments | « no previous file | tools/gn/functions_target.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698