simple-flat-file: link interval-map in docs.

char-rename
John Benediktsson 2017-02-02 16:48:35 -08:00
parent 3af10f3366
commit efbc417728
1 changed files with 3 additions and 2 deletions

View 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