Fix typo in web code
This commit is contained in:
parent
b379e207fd
commit
f96361bb2c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user