about summary refs log tree commit diff stats
path: root/apps
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-09-21 20:57:03 -0700
committerKartik Agaram <vc@akkartik.com>2020-09-21 20:57:03 -0700
commit2404478a7f08500176f128a332fce6e8eae67322 (patch)
tree17f1741ac2e62f5e2a445b301628f0fe841eb51d /apps
parenta71e5326bd6651553251802a96563a78188d3652 (diff)
downloadmu-2404478a7f08500176f128a332fce6e8eae67322.tar.gz
6828
Diffstat (limited to 'apps')
-rw-r--r--apps/tile/environment.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tile/environment.mu b/apps/tile/environment.mu
index 0f3fe77e..fc31b746 100644
--- a/apps/tile/environment.mu
+++ b/apps/tile/environment.mu
@@ -186,7 +186,7 @@ fn render _env: (addr environment) {
 # Render:
 #   - final-word
 #   - the stack result from interpreting first-world to final-word (inclusive)
-#     with the bottom-left corner at botleft-row, botleft-col.
+#     - unless final-word is truly the final word, in which case it might be incomplete
 #
 # Outputs:
 # - Return the farthest column written.