summaryrefslogtreecommitdiff
path: root/docs/pages/7 - Extending Mill.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/pages/7 - Extending Mill.md')
-rw-r--r--docs/pages/7 - Extending Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/7 - Extending Mill.md b/docs/pages/7 - Extending Mill.md
index 533dcbd4..2eb7c93b 100644
--- a/docs/pages/7 - Extending Mill.md
+++ b/docs/pages/7 - Extending Mill.md
@@ -166,7 +166,7 @@ example, here is the `mill.scalalib.GenIdea/idea` command which uses this to
traverse the module-tree and generate an Intellij project config for your build.
```scala
-def idea(ev: Evaluator[Any]) = T.command {
+def idea(ev: Evaluator) = T.command {
mill.scalalib.GenIdea(
implicitly,
ev.rootModule,