]> gitweb.factorcode.org Git - factor.git/commitdiff
help.tour: change vocab-link to debugger
authorJohn Benediktsson <mrjbq7@gmail.com>
Thu, 5 Jan 2023 23:10:11 +0000 (15:10 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Thu, 5 Jan 2023 23:10:11 +0000 (15:10 -0800)
extra/help/tour/tour.factor

index 019893ee87127d608fd7c9470aaa0538ba55fb1e..d52986d81d4e5336a0e066ba21c9c0921c3e9f52 100644 (file)
@@ -1450,7 +1450,7 @@ However, you can help with this by posting questions on Stack Overflow under the
 }
 The Factor source tree is massive, so here's a few vocabularies to get you started off:
 { $list 
-  { "We have not talked a lot about errors and exceptions. Learn more in the " { $vocab-link "errors" } " vocabulary." } 
+  { "We have not talked a lot about errors and exceptions. Learn more in the " { $vocab-link "debugger" } " vocabulary." } 
   { "The " { $vocab-link "macros" } " vocabulary implements a form of compile time metaprogramming less general than parsing words." }
   { "The " { $vocab-link "models" } " vocabulary lets you implement a form of dataflow programming using objects with observable slots." }
   { "The " { $vocab-link "match" } " vocabulary implements ML-style pattern matching." }