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

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

Issue 1338003005: Fix some typos in GN documentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: redo a line split 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
« no previous file with comments | « tools/gn/docs/language.md ('k') | tools/gn/function_template.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 a510d5a3eead5aa6084a921d0df5b9122a8961dc..8e4970db76729612dd9e3d1a34f5e78f09073eb1 100644
--- a/tools/gn/docs/reference.md
+++ b/tools/gn/docs/reference.md
@@ -2157,8 +2157,8 @@
have globally unique names, or you will get collisions.
Access the invoking name in your template via the implicit
- "target_name" variable. This should also be the basis of how other
- targets that a template expands to to ensure uniquness.
+ "target_name" variable. This should also be the basis for how other
+ targets that a template expands to ensure uniqueness.
A typical example would be a template that defines an action to
generate some source files, and a source_set to compile that source.
« no previous file with comments | « tools/gn/docs/language.md ('k') | tools/gn/function_template.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698