]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tour: fix typos: "ahouls" -> "should"
authorAlexander Ilin <alex.ilin@protonmail.com>
Wed, 9 Aug 2023 17:02:51 +0000 (19:02 +0200)
committerAlexander Ilin <alex.ilin@protonmail.com>
Wed, 9 Aug 2023 17:02:51 +0000 (19:02 +0200)
basis/help/tour/tour.factor

index feccdf0937f5c62312c2b0d3ca532667643ac0cf..f62383b04c208a2efe4a630ecc7d4392eeed309e 100644 (file)
@@ -321,7 +321,7 @@ quotation contains the word { $link curry } , which also operates on a quotation
 using one level of nesting for each higher-order function, unlike Lisps or more generally languages based on the lambda 
 calculus, which use one level of nesting for each function, higher-order or not.
 
-{ $link bi } and its relative { $link tri } are a small subset of the shuffle words you will use in Factor. You ahouls also become familiar with 
+{ $link bi } and its relative { $link tri } are a small subset of the shuffle words you will use in Factor. You should also become familiar with 
 { $link bi } , { $link tri } , and { $link bi@ } by reading about them in the online help and trying them out in the listener.
 
 ;