summaryrefslogtreecommitdiff
path: root/demos/intro.apl
diff options
context:
space:
mode:
authorglenda <glenda@cirno>2022-09-14 09:22:19 +0000
committerglenda <glenda@cirno>2022-09-14 09:22:19 +0000
commit5f4d4df6cae3ad0167e978afa489e2775bbd6016 (patch)
tree14fca697633d83822685cecda496a68aac411967 /demos/intro.apl
parent4f85698062f9283b8b7fcc6dacc256c786c22210 (diff)
Add script to run acme with large font and demo file open
Diffstat (limited to 'demos/intro.apl')
-rw-r--r--demos/intro.apl2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/intro.apl b/demos/intro.apl
index a98bb1e..17e3616 100644
--- a/demos/intro.apl
+++ b/demos/intro.apl
@@ -28,6 +28,6 @@ us ⎕threads 3 ⍝ Approximate C stack usage (in bytes)
{1 ⍵} ⍇ 5
⍝ What if we don't want it to timeout?
-{1 ⍵} ⍇ ⍬ ⍝ Noone will send it anything, so it hangs
+{1 ⍵} ⍇ ⍬ ⍝ No one will send it anything, so it hangs