From 8cd2f34db435f9c87d0b468d1081940230f74798 Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Thu, 28 Aug 2008 23:19:51 -0500 Subject: [PATCH] spacing --- basis/smtp/smtp-docs.factor | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/basis/smtp/smtp-docs.factor b/basis/smtp/smtp-docs.factor index cf5dbfe94b..618cf5f836 100644 --- a/basis/smtp/smtp-docs.factor +++ b/basis/smtp/smtp-docs.factor @@ -41,6 +41,4 @@ ARTICLE: "smtp" "SMTP Client Library" "Set the " { $snippet "from" } " slot to a " { $link string } "." $nl "Set the recipient fields, " { $snippet "to" } ", " { $snippet "cc" } ", and " { $snippet "bcc" } ", to arrays of strings." "Set the " { $snippet "subject" } " to a " { $link string } "." $nl -"Set the " { $snippet "body" } " to a " { $link string } "." $nl - -; +"Set the " { $snippet "body" } " to a " { $link string } "." $nl ;