We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4a47d commit e48b57bCopy full SHA for e48b57b
build/docs/writing_gn_templates.md
@@ -61,7 +61,7 @@ gn analyze //out/Debug <(echo '{
61
Do not list files as `outputs` unless they are important. Outputs are important
62
if they are:
63
* used as an input by another target, or
64
- * are leaves in the dependency graph (e.g. binaries, apks, etc).
+ * are roots in the dependency graph (e.g. binaries, apks, etc).
65
66
Example:
67
* An action runs a binary that creates an output as well as a log file. Do not
0 commit comments