Skip to content

Commit

Permalink
Fix a typo in the doc of "generated_file"
Browse files Browse the repository at this point in the history
Change-Id: Id16d8673a1e074bc4de07f3c621bab36fa21ad18
Reviewed-on: https://gn-review.googlesource.com/c/gn/+/12060
Reviewed-by: Brett Wilson <[email protected]>
Commit-Queue: Brett Wilson <[email protected]>
  • Loading branch information
liudangyi authored and Commit Bot committed Jul 31, 2021
1 parent c0a2d23 commit eea3906
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/gn/functions_target.cc
Original file line number Diff line number Diff line change
Expand Up @@ -888,10 +888,10 @@ const char kGeneratedFile_Help[] =
The `output_conversion` variable specified the format to write the
value. See `gn help io_conversion`.
One of `contents` or `data_keys` must be specified; use of `data` will write
the contents of that value to file, while use of `data_keys` will trigger a
metadata collection walk based on the dependencies of the target and the
optional values of the `rebase` and `walk_keys` variables. See
One of `contents` or `data_keys` must be specified; use of `contents` will
write the contents of that value to file, while use of `data_keys` will
trigger a metadata collection walk based on the dependencies of the target and
the optional values of the `rebase` and `walk_keys` variables. See
`gn help metadata`.
Collected metadata, if specified, will be returned in postorder of
Expand Down

0 comments on commit eea3906

Please sign in to comment.