Fix typo in web code

This commit is contained in:
Eli Barzilay 2011-01-14 08:33:19 -05:00
parent b379e207fd
commit f96361bb2c

View File

@ -58,7 +58,7 @@
(define (start request) (define (start request)
(response/xexpr) (response/xexpr)
'(html '(html
(body "Hello World"))))} (body "Hello World")))}
@desc{This example implements a web server using the @desc{This example implements a web server using the
@elemcode{web-server/insta} language. Each time a connection is made to @elemcode{web-server/insta} language. Each time a connection is made to
the server, the @elemcode{start} function is called to get the HTML to the server, the @elemcode{start} function is called to get the HTML to