]> gitweb.factorcode.org Git - factor.git/commitdiff
hashtables.wrapped: fix help-lint
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Mar 2023 20:43:24 +0000 (12:43 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 8 Mar 2023 20:43:24 +0000 (12:43 -0800)
core/hashtables/wrapped/wrapped-docs.factor

index 3214a28eb2681d42658680819f359217530d4d51..4e90661eaf0aa3ddad75b583a9b3afc01f3d08ec 100644 (file)
@@ -30,7 +30,7 @@ $nl
 "Examples of wrapped hastable objects can be seen in:"
 { $list 
   { $vocab-link "hashtables.identity" }
-  { $vocab-link "hashtables.sequence" }
+  { $vocab-link "hashtables.sequences" }
   { $vocab-link "hashtables.numbers" }
 }
 ;