summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJisoo Park <jisoo.park@doomoolmori.com>2018-03-19 00:00:05 +0900
committerLi Haoyi <haoyi.sg@gmail.com>2018-03-18 08:00:05 -0700
commitbd9f25de7273ee0bf3d3563802672af1779e96be (patch)
tree33da9b9a75825a95e5b9e8aca52536ff0dd279f4 /docs
parentfa14cde481561608476aadc62adc756961ab09bd (diff)
downloadmill-bd9f25de7273ee0bf3d3563802672af1779e96be.tar.gz
mill-bd9f25de7273ee0bf3d3563802672af1779e96be.tar.bz2
mill-bd9f25de7273ee0bf3d3563802672af1779e96be.zip
Add closing backtick to `java.lang.Process` (#240)
It deserves it.
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/6 - Extending Mill.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/6 - Extending Mill.md b/docs/pages/6 - Extending Mill.md
index 135a63ed..75b7643a 100644
--- a/docs/pages/6 - Extending Mill.md
+++ b/docs/pages/6 - Extending Mill.md
@@ -20,7 +20,7 @@ you're done.
For subprocess/filesystem operations, you can use the
[Ammonite-Ops](http://ammonite.io/#Ammonite-Ops) library that comes bundled with
-Mill, or even plain `java.nio`/`java.lang.Process. Each target gets it's own
+Mill, or even plain `java.nio`/`java.lang.Process`. Each target gets it's own
[T.ctx().dest](http://www.lihaoyi.com/mill/page/tasks#millutilctxdestctx) folder
that you can use to place files without worrying about colliding with other
targets.