summaryrefslogtreecommitdiff
path: root/docs/pages/3 - Tasks.md
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-17 11:50:20 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-17 11:53:07 -0800
commit92edcae5094e52783f825021e4172a6b072300e0 (patch)
tree8da5d9e01a9703601ef13c8ee5478501251b6836 /docs/pages/3 - Tasks.md
parent650ab9c937159cd31721e576f7174c8167f19a70 (diff)
downloadmill-92edcae5094e52783f825021e4172a6b072300e0.tar.gz
mill-92edcae5094e52783f825021e4172a6b072300e0.tar.bz2
mill-92edcae5094e52783f825021e4172a6b072300e0.zip
Include example zips in docs
Diffstat (limited to 'docs/pages/3 - Tasks.md')
-rw-r--r--docs/pages/3 - Tasks.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/3 - Tasks.md b/docs/pages/3 - Tasks.md
index 73695bb8..ca6def42 100644
--- a/docs/pages/3 - Tasks.md
+++ b/docs/pages/3 - Tasks.md
@@ -165,10 +165,10 @@ There are several APIs available to you within the body of a `T{...}` or
`T.command{...}` block to help your write the code implementing your Target or
Command:
-### mill.util.Ctx.DefCtx
+### mill.util.Ctx.DestCtx
- `T.ctx().dest`
-- `implicitly[mill.util.Ctx.DefCtx]`
+- `implicitly[mill.util.Ctx.DestCtx]`
This is the unique `out/classFiles/dest/` path or `out/run/dest/` path that is
assigned to every Target or Command. It is cleared before your task runs, and