]> gitweb.factorcode.org Git - factor.git/commitdiff
basis: fix some doc usings.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 May 2014 13:59:54 +0000 (06:59 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 May 2014 13:59:54 +0000 (06:59 -0700)
basis/json/writer/writer-docs.factor
basis/porter-stemmer/porter-stemmer-docs.factor

index 5ceda1dcf148288ccb228405c2ae214bfbec3e42..9588a20d1ce6f9c6d181086ecd02dbaf1c7089fb 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006 Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: help.markup help.syntax ;
+USING: help.markup help.syntax kernel ;
 IN: json.writer
 
 HELP: >json
index 9524ce233eb00f664ae85843005c8a3e15b42faa..0212bf348c29cc5c7a73dff119644ff783d16375 100644 (file)
@@ -1,5 +1,5 @@
+USING: help.markup help.syntax strings ;
 IN: porter-stemmer
-USING: help.markup help.syntax ;
 
 HELP: step1a
 { $values { "str" string } { "newstr" "a new string" } }