Commit a8936b7a authored by phosek's avatar phosek Committed by Commit bot

Fix a typo in GN documentation

This CL fixes the typo introduced in r439541.

Review-Url: https://codereview.chromium.org/2591863002
Cr-Commit-Position: refs/heads/master@{#439891}
parent c781ba9a
......@@ -6584,7 +6584,7 @@
build.gn file.
"//foo/bar/baz.txt" => "obj/foo/bar"
{{source_target_relative}}\n"
{{source_target_relative}}
The path to the source file relative to the target's directory. This will
generally be used for replicating the source directory layout in the
output directory. This can only be used in actions and it is an error to
......
......@@ -98,7 +98,7 @@ Placeholders
build.gn file.
"//foo/bar/baz.txt" => "obj/foo/bar"
{{source_target_relative}}\n"
{{source_target_relative}}
The path to the source file relative to the target's directory. This will
generally be used for replicating the source directory layout in the
output directory. This can only be used in actions and it is an error to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment