Skip to content

Commit

Permalink
deploy: a26713e
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Aug 27, 2024
1 parent 3f6c037 commit 27bec3b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions man/en/chapter_42.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,8 @@ <h4 id="running-recipes-at-the-end-of-a-recipe"><a class="header" href="#running
<p>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”.</p>
<p>A recipe can also have subsequent dependencies, which run after the recipe and
are introduced with an <code>&amp;&amp;</code>:</p>
<p>A recipe can also have subsequent dependencies, which run immediately after the
recipe and are introduced with an <code>&amp;&amp;</code>:</p>
<pre><code class="language-just">a:
echo 'A!'

Expand Down
4 changes: 2 additions & 2 deletions man/en/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1972,8 +1972,8 @@ <h4 id="running-recipes-at-the-end-of-a-recipe"><a class="header" href="#running
<p>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”.</p>
<p>A recipe can also have subsequent dependencies, which run after the recipe and
are introduced with an <code>&amp;&amp;</code>:</p>
<p>A recipe can also have subsequent dependencies, which run immediately after the
recipe and are introduced with an <code>&amp;&amp;</code>:</p>
<pre><code class="language-just">a:
echo 'A!'

Expand Down
2 changes: 1 addition & 1 deletion man/en/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion man/en/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 27bec3b

Please sign in to comment.