From 84c0bf20d1518d44536e66f4d60cae05a83fc82c Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 26 Feb 2024 00:06:34 +0900 Subject: [PATCH] help.tour: fix typo in tour.factor refering -> referring --- basis/help/tour/tour.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/tour/tour.factor b/basis/help/tour/tour.factor index 4cb9555336..e719020b14 100644 --- a/basis/help/tour/tour.factor +++ b/basis/help/tour/tour.factor @@ -395,7 +395,7 @@ although it may be a bad idea to modify them. This { $link POSTPONE: \ } word requires a little explanation. It works like a sort of escape, allowing us to put a reference to the next word on the stack, without executing it. This is exactly what we need, because { $link edit } is a word that takes words themselves as arguments. This mechanism is similar to quotations, but while a quotation creates a new anonymous function, -here we are directly refering to the word { $snippet "multiple?" } . +here we are directly referring to the word { $snippet "multiple?" } . Back to our task, you may notice that the words { $snippet "[2..b]" } and { $snippet "multiple?" } are just helper functions that you may not want to expose directly. To hide them from view, you can wrap them in a private block like this -- 2.34.1