From efbc417728dfc3da610ff6fd492b1a8ae7c507eb Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Thu, 2 Feb 2017 16:48:35 -0800 Subject: [PATCH] simple-flat-file: link interval-map in docs. --- basis/simple-flat-file/simple-flat-file-docs.factor | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basis/simple-flat-file/simple-flat-file-docs.factor b/basis/simple-flat-file/simple-flat-file-docs.factor index 44799fe5ee..2e31cd3b5e 100644 --- a/basis/simple-flat-file/simple-flat-file-docs.factor +++ b/basis/simple-flat-file/simple-flat-file-docs.factor @@ -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