basis: fix some doc usings.

db4
John Benediktsson 2014-05-24 06:59:54 -07:00
parent 57f9d78892
commit ddea3286d9
2 changed files with 2 additions and 2 deletions

View 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

View 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" } }