]> gitweb.factorcode.org Git - factor.git/commitdiff
simple-flat-file: link interval-map in docs.
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Feb 2017 00:48:35 +0000 (16:48 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Fri, 3 Feb 2017 00:48:35 +0000 (16:48 -0800)
basis/simple-flat-file/simple-flat-file-docs.factor

index 44799fe5ee7f1241c4a0e35bc3c3f1d2fb87f77a..2e31cd3b5e5690f70e5e5e6b128fd52931890450 100644 (file)
@@ -1,6 +1,7 @@
 ! Copyright (C) 2009 Daniel Ehrenberg
 ! See http://factorcode.org/license.txt for BSD license.
-USING: help.syntax help.markup strings biassocs arrays ;
+USING: arrays biassocs help.syntax help.markup interval-maps
+strings ;
 IN: simple-flat-file
 
 ABOUT: "simple-flat-file"
@@ -14,7 +15,7 @@ ARTICLE: "simple-flat-file" "Parsing simple flat files"
 } ;
 
 HELP: load-interval-file
-{ $values { "filename" string } { "table" "an interval map" } }
+{ $values { "filename" string } { "table" interval-map } }
 { $description "This loads a file that looks like Script.txt in the Unicode Character Database and converts it into an efficient interval map, where the keys are characters and the values are strings for the properties." } ;
 
 HELP: load-data-file