Commit bf462ea0 authored by rdevlin.cronin's avatar rdevlin.cronin Committed by Commit bot

[GN docs] Add missing word in gn actions help string

gn actions help said "run a script a single time to produce or more
output files". Add the missing "one" to make this "one or more output
files".

BUG=None

Review-Url: https://codereview.chromium.org/2133873002
Cr-Commit-Position: refs/heads/master@{#404533}
parent e4c7e282
...@@ -1048,8 +1048,8 @@ ...@@ -1048,8 +1048,8 @@
``` ```
This target type allows you to run a script a single time to produce 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 one or more output files. If you want to run a script once for each of
set of input files, see "gn help action_foreach". a set of input files, see "gn help action_foreach".
``` ```
......
...@@ -91,8 +91,8 @@ const char kAction_Help[] = ...@@ -91,8 +91,8 @@ const char kAction_Help[] =
"action: Declare a target that runs a script a single time.\n" "action: Declare a target that runs a script a single time.\n"
"\n" "\n"
" This target type allows you to run a script a single time to produce\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" " one or more output files. If you want to run a script once for each of\n"
" set of input files, see \"gn help action_foreach\".\n" " a set of input files, see \"gn help action_foreach\".\n"
"\n" "\n"
"Inputs\n" "Inputs\n"
"\n" "\n"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment