summaryrefslogtreecommitdiff
path: root/content/gemtext
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-05-05 09:56:54 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-05 09:56:54 +0100
commitcab10097634694e8d13642bf3dd330fc15333ee3 (patch)
treebceb5146a7692dcb3e2fbd190f755b86b527eae5 /content/gemtext
parentcd604101878eacb63ffe17896e033bd86b5ba936 (diff)
fix
Diffstat (limited to 'content/gemtext')
-rw-r--r--content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.gmi2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.gmi b/content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.gmi
index 9aa3b675..3b008457 100644
--- a/content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.gmi
+++ b/content/gemtext/gemfeed/2010-05-09-the-fype-programming-language.gmi
@@ -477,7 +477,7 @@ bar; # Will produce an error, because bar is out of scope!
## Arrays
-Some progress on arrays has been made too. The following example creates a multi dimensional array "foo". Its first element is the return value of the func which is 0. The fourth value is a string ”3” converted to a double number. The last element is an anonymous array which itself contains another anonymous array as its last element:
+Some progress on arrays has been made too. The following example creates a multi dimensional array "foo". Its first element is the return value of the func which is "bar". The fourth value is a string ”3” converted to a double number. The last element is an anonymous array which itself contains another anonymous array as its last element:
```
func bar { say ”bar” }