1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-25 03:57:11 -07:00

Extra word

This commit is contained in:
Cedric Beust 2016-06-15 01:05:59 -08:00
parent d12d7f91e9
commit 3876816788

View file

@ -474,7 +474,7 @@ The <code>@Task</code> annotation accepts the following attributes:
</p>
<p>
Orderings, controlled by <code>"runBefore"</code> and <code>"runAfter"</code> merely specify an ordering
but do not pull new tasks in. This is how you tell Kobalt "In case task the user asks for my task to run,
but do not pull new tasks in. This is how you tell Kobalt "In case the user asks for my task to run,
here is when it should be invoked", but your task will run only if it's explicitly invoked by the user.
</p>
<p>