doc: Fix doc bug in Resolve.lean (#8411)
This PR fixes a doc bug in the Resolve.lean; in reverse order, B comes before A
This commit is contained in:
parent
8753239226
commit
a9a069a0ef
1 changed files with 1 additions and 1 deletions
|
|
@ -318,7 +318,7 @@ R
|
|||
|- C
|
||||
```
|
||||
|
||||
Lake follows the order `R`, `C`, `A`, `B`, `Y`, `X`.
|
||||
Lake follows the order `R`, `C`, `B`, `A`, `Y`, `X`.
|
||||
|
||||
The reason for this is two-fold:
|
||||
1. Like targets, later requires should shadow earlier definitions.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue