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

Unified Diff: tools/gn/functions_target.cc

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 | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/functions_target.cc
diff --git a/tools/gn/functions_target.cc b/tools/gn/functions_target.cc
index 5cfd20ba48b0b1c3ee5e5e877b2934e9cc5a9753..4e162d54004d0bd3aaeb061cb7165835ae4f8391 100644
--- a/tools/gn/functions_target.cc
+++ b/tools/gn/functions_target.cc
@@ -91,8 +91,8 @@ const char kAction_Help[] =
"action: Declare a target that runs a script a single time.\n"
"\n"
" This target type allows you to run a script a single time to produce\n"
- " or more output files. If you want to run a script once for each of a\n"
- " set of input files, see \"gn help action_foreach\".\n"
+ " one or more output files. If you want to run a script once for each of\n"
+ " a set of input files, see \"gn help action_foreach\".\n"
"\n"
"Inputs\n"
"\n"
« no previous file with comments | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698