summaryrefslogtreecommitdiffstats
path: root/virtual-programs/errors.folk
diff options
context:
space:
mode:
authorAndrés Cuervo <andrescuervor@gmail.com>2023-10-10 16:39:31 +0000
committerAndrés Cuervo <andrescuervor@gmail.com>2023-10-10 16:39:31 +0000
commit9d2f006de387d6bb255701b5ec4172859c1e4823 (patch)
treee0522d0c00ffb65c93b09202f6faa560d1c99e8f /virtual-programs/errors.folk
parentAdd green cursor, make backspace at x=0 work (diff)
parentMerge pull request #98 from FolkComputer/nm/display-arc (diff)
downloadfolk-9d2f006de387d6bb255701b5ec4172859c1e4823.tar.gz
folk-9d2f006de387d6bb255701b5ec4172859c1e4823.zip
Merge branch 'main' into ac/editor
Diffstat (limited to 'virtual-programs/errors.folk')
-rw-r--r--virtual-programs/errors.folk4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual-programs/errors.folk b/virtual-programs/errors.folk
index 555b45bb..28028710 100644
--- a/virtual-programs/errors.folk
+++ b/virtual-programs/errors.folk
@@ -7,5 +7,5 @@ When /p/ has error /err/ with info /info/ {
}
}
- Wish $p has title $err
-} \ No newline at end of file
+ Wish $p is titled $err
+}