diff options
Diffstat (limited to 'edit')
-rw-r--r-- | edit/010-warnings.mu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edit/010-warnings.mu b/edit/010-warnings.mu index f5244a8d..6c93a95c 100644 --- a/edit/010-warnings.mu +++ b/edit/010-warnings.mu @@ -132,7 +132,7 @@ recipe foo [ .recipe foo [ ┊━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━. . x <- copy 0 ┊ . .] ┊ . - .missing type in 'x <- copy 0' ┊ . + .missing type for x in 'x <- copy 0' ┊ . .┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┈┊ . . ┊ . ] |