summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRyan Williams <ryan.blake.williams@gmail.com>2018-01-17 22:27:05 -0500
committerLi Haoyi <haoyi.sg@gmail.com>2018-01-17 19:27:05 -0800
commita7f182ee709d77070ca53c28833821ad638a6743 (patch)
tree37566ef77b55e22fb52a37b9cd298cef6b1894a2 /readme.md
parentd1c65c7e85467c23a31291b02d2f8fa5889335dc (diff)
downloadmill-a7f182ee709d77070ca53c28833821ad638a6743.tar.gz
mill-a7f182ee709d77070ca53c28833821ad638a6743.tar.bz2
mill-a7f182ee709d77070ca53c28833821ad638a6743.zip
couple typos (#111)
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 67e385e6..400d412d 100644
--- a/readme.md
+++ b/readme.md
@@ -629,10 +629,10 @@ return values rather than via a global namespace of programmatically-constructed
strings would make it easier to follow.
With Mill, I’m trying to collapse Bazel’s Python layer 1 & 2 into just 1 layer
-of Scala, and have it define it’s dependency graph/hierarchy by returning
-values, rather than by calling global-side-effecting APIs I've had trouble
+of Scala, and have it define its dependency graph/hierarchy by returning
+values, rather than by calling global-side-effecting APIs. I've had trouble
trying to teach people how-to-bazel at work, and am pretty sure we can make
-something that's easier to use
+something that's easier to use.
### Scala.Rx