Skip to content

Commit

Permalink
Merge branch 'master' into sha256sums
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Aug 28, 2024
2 parents ae24aee + a26713e commit b9ce1d1
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 b9ce1d1

Please sign in to comment.