From 64d47e50773ebabb66c5159c1894937ec435e1c3 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 12 Jan 2008 04:25:27 -0500 Subject: [PATCH] Get tuple-arrays to load --- extra/tuple-arrays/tuple-arrays-docs.factor | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extra/tuple-arrays/tuple-arrays-docs.factor b/extra/tuple-arrays/tuple-arrays-docs.factor index a90068ed57..d6949eaeac 100644 --- a/extra/tuple-arrays/tuple-arrays-docs.factor +++ b/extra/tuple-arrays/tuple-arrays-docs.factor @@ -1,4 +1,5 @@ -USING: help.syntax help.markup tuple-arrays splitting kernel ; +USING: help.syntax help.markup splitting kernel ; +IN: tuple-arrays HELP: tuple-array { $description "The class of packed homogeneous tuple arrays. They are created with " { $link } ". All elements are of the same tuple class. Mutations done to an element are not copied back to the packed array unless it is explicitly written back. Packed follows the sequence protocol and is implemented using the " { $link groups } " class." } ;