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

Unified Diff: tools/gn/variables.cc

Issue 1907643002: Fix a typo in the documentation of "gn help data". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/variables.cc
diff --git a/tools/gn/variables.cc b/tools/gn/variables.cc
index dc0316b45134f1101dafda6cfd26118d1880d1bd..e9006a2a886428756c84eed81884d6209172dc11 100644
--- a/tools/gn/variables.cc
+++ b/tools/gn/variables.cc
@@ -800,7 +800,7 @@ const char kData_Help[] =
" generated files both in the \"outputs\" list as well as the \"data\"\n"
" list.\n"
"\n"
- " By convention, directories are be listed with a trailing slash:\n"
+ " By convention, directories are listed with a trailing slash:\n"
" data = [ \"test/data/\" ]\n"
" However, no verification is done on these so GN doesn't enforce this.\n"
" The paths are just rebased and passed along when requested.\n"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698