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

Unified Diff: tools/gn/functions_target.cc

Issue 1346653004: Fix some typos in gn's documentation for "copy". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rerun "gn help --markdown all > tools/gn/docs/reference.md" Created 5 years, 3 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
« tools/gn/docs/reference.md ('K') | « 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 45e685965371f77579b2e25c4a4e0ebd817f3eec..5c30fb9bc08c043103a1c86b426b124d682231a9 100644
--- a/tools/gn/functions_target.cc
+++ b/tools/gn/functions_target.cc
@@ -252,15 +252,16 @@ const char kCopy_Help[] =
" reference the output or generated intermediate file directories,\n"
" respectively.\n"
"\n"
- " Both \"sources\" and \"outputs\" must be specified. Sources can\n"
+ " Both \"sources\" and \"outputs\" must be specified. Sources can "
+ "include\n"
" as many files as you want, but there can only be one item in the\n"
" outputs list (plural is used for the name for consistency with\n"
" other target types).\n"
"\n"
" If there is more than one source file, your output name should specify\n"
- " a mapping from each source files to output file names using source\n"
+ " a mapping from each source file to an output file name using source\n"
" expansion (see \"gn help source_expansion\"). The placeholders will\n"
- " will look like \"{{source_name_part}}\", for example.\n"
+ " look like \"{{source_name_part}}\", for example.\n"
"\n"
"Examples\n"
"\n"
« tools/gn/docs/reference.md ('K') | « tools/gn/docs/reference.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698