From 097b7d338c8de91a244914935c7cb56e2d08196a Mon Sep 17 00:00:00 2001 From: Doug Coleman <doug.coleman@gmail.com> Date: Mon, 21 Sep 2009 23:01:28 -0500 Subject: [PATCH] remove usage of <" in multiline --- basis/multiline/multiline-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/multiline/multiline-docs.factor b/basis/multiline/multiline-docs.factor index 61dc464665..ef42b80fa4 100644 --- a/basis/multiline/multiline-docs.factor +++ b/basis/multiline/multiline-docs.factor @@ -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:"