From cc25d959db9ac70ee909b8dae25f25e440c605c2 Mon Sep 17 00:00:00 2001 From: Sid Nt <11618157+sidnt@users.noreply.github.com> Date: Fri, 23 Feb 2018 11:17:06 +0530 Subject: v. minor fix (#150) --- docs/pages/1 - Intro to Mill.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3