summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrandon Elam Barker <brandon.barker@gmail.com>2018-10-02 08:16:09 -0400
committerLi Haoyi <haoyi.sg@gmail.com>2018-10-02 20:16:09 +0800
commitbc645c444c04d4d53692fd9882b892bb21263e81 (patch)
tree24a5d2f064a5801604dd040dfcfad41f353c8422 /docs
parent5b9caaa034ecb402b3f5572d3ee74aa9c2478a0b (diff)
downloadmill-bc645c444c04d4d53692fd9882b892bb21263e81.tar.gz
mill-bc645c444c04d4d53692fd9882b892bb21263e81.tar.bz2
mill-bc645c444c04d4d53692fd9882b892bb21263e81.zip
minor typo in doc: four->three (#444)
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/4 - Tasks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/4 - Tasks.md b/docs/pages/4 - Tasks.md
index d87b324b..a08bd032 100644
--- a/docs/pages/4 - Tasks.md
+++ b/docs/pages/4 - Tasks.md
@@ -69,7 +69,7 @@ arbitrary result from its inputs.
## Different Kinds of Tasks
-There are four primary kinds of *Tasks* that you should care about:
+There are three primary kinds of *Tasks* that you should care about:
- [Targets](#targets), defined using `T {...}`
- [Sources](#sources), defined using `T.sources {...}`