websites.factorcode: fix email example.

db4
John Benediktsson 2011-05-06 21:16:34 -07:00
parent 9bd1c1b771
commit b4b694850d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ rectangle new 10 >>width 20 >>height area .
---- ----
USING: accessors smtp ; USING: accessors smtp ;
&lt;email> <email>
"john@foobar.com" >>from "john@foobar.com" >>from
{ "jane@foobar.com" } >>to { "jane@foobar.com" } >>to
"Up for lunch?" >>subject "Up for lunch?" >>subject