Skip to content

Commit

Permalink
Clarify that subsequent dependencies run immediately after recipe (#2326
Browse files Browse the repository at this point in the history
)
  • Loading branch information
casey authored Aug 27, 2024
1 parent fa5770e commit a26713e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2395,8 +2395,8 @@ Normal dependencies of a recipes always run before a recipe starts. That is to
say, the dependee always runs before the depender. These dependencies are
called "prior dependencies".

A recipe can also have subsequent dependencies, which run after the recipe and
are introduced with an `&&`:
A recipe can also have subsequent dependencies, which run immediately after the
recipe and are introduced with an `&&`:

```just
a:
Expand Down

0 comments on commit a26713e

Please sign in to comment.