summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorSid Nt <11618157+sidnt@users.noreply.github.com>2018-02-23 11:17:06 +0530
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-22 21:47:06 -0800
commitcc25d959db9ac70ee909b8dae25f25e440c605c2 (patch)
treee2cf03875cec848fc1902309c704731c935e1145 /docs/pages/1 - Intro to Mill.md
parent8ab649305b80394c12b8d0108c533d46facd2a2b (diff)
downloadmill-cc25d959db9ac70ee909b8dae25f25e440c605c2.tar.gz
mill-cc25d959db9ac70ee909b8dae25f25e440c605c2.tar.bz2
mill-cc25d959db9ac70ee909b8dae25f25e440c605c2.zip
v. minor fix (#150)
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index b0f8b208..a559454e 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -299,7 +299,7 @@ mill resolve __.compile # list the compile tasks for every module
mill resolve _ # list every top level module or task
mill resolve foo._ # list every task directly within the foo module
mill resolve __ # list every module or task recursively
-mill resolve foo._ # list every task recursively within the foo module
+mill resolve foo.__ # list every task recursively within the foo module
```
### describe