diff --git a/collects/meta/web/www/index.rkt b/collects/meta/web/www/index.rkt index fc2f2ae783..b9762e8840 100644 --- a/collects/meta/web/www/index.rkt +++ b/collects/meta/web/www/index.rkt @@ -58,7 +58,7 @@ (define (start request) (response/xexpr) '(html - (body "Hello World"))))} + (body "Hello World")))} @desc{This example implements a web server using the @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