Skip to content

Commit c05bba2

Browse files
authored
Fix doc bug in Resolve.lean
1 parent 423b317 commit c05bba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lake/Lake/Load/Resolve.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ R
318318
|- C
319319
```
320320
321-
Lake follows the order `R`, `C`, `A`, `B`, `Y`, `X`.
321+
Lake follows the order `R`, `C`, `B`, `A`, `Y`, `X`.
322322
323323
The reason for this is two-fold:
324324
1. Like targets, later requires should shadow earlier definitions.

0 commit comments

Comments
 (0)