basis: fix some doc usings.
parent
57f9d78892
commit
ddea3286d9
|
@ -1,6 +1,6 @@
|
||||||
! Copyright (C) 2006 Chris Double.
|
! Copyright (C) 2006 Chris Double.
|
||||||
! See http://factorcode.org/license.txt for BSD license.
|
! See http://factorcode.org/license.txt for BSD license.
|
||||||
USING: help.markup help.syntax ;
|
USING: help.markup help.syntax kernel ;
|
||||||
IN: json.writer
|
IN: json.writer
|
||||||
|
|
||||||
HELP: >json
|
HELP: >json
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
USING: help.markup help.syntax strings ;
|
||||||
IN: porter-stemmer
|
IN: porter-stemmer
|
||||||
USING: help.markup help.syntax ;
|
|
||||||
|
|
||||||
HELP: step1a
|
HELP: step1a
|
||||||
{ $values { "str" string } { "newstr" "a new string" } }
|
{ $values { "str" string } { "newstr" "a new string" } }
|
||||||
|
|
Loading…
Reference in New Issue