From d68585bf5725f89e0a46306075f732f3ba10a200 Mon Sep 17 00:00:00 2001 From: Eric Winer Date: Thu, 17 Oct 2019 20:58:29 -0400 Subject: Grammar update in docs (#717) --- docs/pages/8 - Mill Internals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3