basis: fix some doc usings.
parent
57f9d78892
commit
ddea3286d9
|
@ -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
|
||||
|
|
|
@ -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" } }
|
||||
|
|
Loading…
Reference in New Issue