summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Winer <enwiner@gmail.com>2019-10-17 20:58:29 -0400
committerLi Haoyi <haoyi.sg@gmail.com>2019-10-18 08:58:29 +0800
commitd68585bf5725f89e0a46306075f732f3ba10a200 (patch)
treefd77799e85ad43ab9bbf9c1238d966c1f92f832a
parent7f9c31b42fa16c4e51d3690312bf255b5191e4c6 (diff)
downloadmill-d68585bf5725f89e0a46306075f732f3ba10a200.tar.gz
mill-d68585bf5725f89e0a46306075f732f3ba10a200.tar.bz2
mill-d68585bf5725f89e0a46306075f732f3ba10a200.zip
Grammar update in docs (#717)
-rw-r--r--docs/pages/8 - Mill Internals.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pages/8 - Mill Internals.md b/docs/pages/8 - Mill Internals.md
index 28a9a768..9cd08fcb 100644
--- a/docs/pages/8 - Mill Internals.md
+++ b/docs/pages/8 - Mill Internals.md
@@ -323,7 +323,7 @@ where `"blah"` is a global identifier that is often constructed programmatically
via string concatenation and passed around. This is quite challenging.
Having the two layers be “just python” is great since people know python, but I
-think unnecessary two have two layers ("evaluating macros" and "evaluating rule
+think it's unnecessary to have two layers ("evaluating macros" and "evaluating rule
impls") that are almost exactly the same, and I think making them interact via
return values rather than via a global namespace of programmatically-constructed
strings would make it easier to follow.