]> gitweb.factorcode.org Git - factor.git/commitdiff
remove usage of <" in multiline
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 22 Sep 2009 04:01:28 +0000 (23:01 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 22 Sep 2009 04:01:28 +0000 (23:01 -0500)
basis/multiline/multiline-docs.factor

index 61dc4646654e4c67e64c652994b02f62f0317e92..ef42b80fa4c514d3fe1987ced83face1f272edd7 100644 (file)
@@ -46,7 +46,7 @@ HELP: DELIMITED:
 HELP: parse-multiline-string
 { $values { "end-text" "a string delineating the end" } { "str" "the parsed string" } }
 { $description "Parses the input stream until the " { $snippet "end-text" } " is reached and returns the parsed text as a string." }
-{ $notes "Used to implement " { $link POSTPONE: /* } " and " { $link POSTPONE: <" } "." } ;
+{ $notes "Used to implement " { $link POSTPONE: /* } "." } ;
 
 ARTICLE: "multiline" "Multiline"
 "Multiline strings:"