| Index: tools/gn/docs/reference.md
|
| diff --git a/tools/gn/docs/reference.md b/tools/gn/docs/reference.md
|
| index 9c318b8ecb14fa59f7f45b9a6e9b9b3915eb173f..4b88f55c25a926be09afc6eb5a1c3b6d8f63eef1 100644
|
| --- a/tools/gn/docs/reference.md
|
| +++ b/tools/gn/docs/reference.md
|
| @@ -5861,8 +5861,9 @@
|
| All generated targets (see "gn help execution") will be added to an implicit
|
| build rule called "all" so "ninja all" will always compile everything. The
|
| default rule will be used by Ninja if no specific target is specified (just
|
| - typing "ninja"). If there is a target named "//:default" it will be the
|
| - default build rule, otherwise the implicit "all" rule will be used.
|
| + typing "ninja"). If there is a target named "default" in the root build file,
|
| + it will be the default build rule, otherwise the implicit "all" rule will be
|
| + used.
|
| ```
|
|
|
| #### **Phony rules**
|
|
|