summaryrefslogtreecommitdiff
path: root/docs/pages/3 - Tasks.md
diff options
context:
space:
mode:
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