Indentation in example

This commit is contained in:
Eli Barzilay 2011-04-18 16:50:35 -04:00
parent 981616d504
commit 49e1b47bb2

View File

@ -56,7 +56,7 @@
@code{#lang web-server/insta
;; A "hello world" web server
(define (start request)
(response/xexpr)
(response/xexpr)
'(html
(body "Hello World")))}
@desc{This example implements a web server using the