about summary refs log tree commit diff stats
path: root/edit.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-07-26 00:32:07 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-07-26 00:32:07 -0700
commite0935feec50556803a4e4ba54864bb92b2bc8849 (patch)
treea75fd7ef9ce17126775d95cde5d9ad6c1d9e2579 /edit.mu
parent0fc2bf2ca550ab528f897a3b81ab1def594d9ce2 (diff)
downloadmu-e0935feec50556803a4e4ba54864bb92b2bc8849.tar.gz
1856
Diffstat (limited to 'edit.mu')
-rw-r--r--edit.mu5
1 files changed, 3 insertions, 2 deletions
diff --git a/edit.mu b/edit.mu
index 4c28387f..06dcb553 100644
--- a/edit.mu
+++ b/edit.mu
@@ -3301,8 +3301,9 @@ recipe foo [
     .recipe foo [                                      ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .  x:address:point <- new point:type               ┊                                                x.
     .  get x:address:point, 1:offset                   ┊foo                                              .
-    .]                                                 ┊foo: 'get' on a non-container x:address:point    .
-    .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
+    .]                                                 ┊foo: first ingredient of 'get' should be a conta↩.
+    .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊iner, but got x:address:point                    .
+    .                                                  ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━.
     .                                                  ┊                                                 .
   ]
 ]