Fixing scribble errors

svn: r12479
This commit is contained in:
Jay McCarthy 2008-11-17 18:03:22 +00:00
parent 2cea4696f5
commit 1bb01c05cd
2 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,8 @@
@title[#:tag "lang/web.ss"]{Stateless Web Interaction}
@section{Low Level}
@(require (for-label web-server/lang/abort-resume))
@defmodule[web-server/lang/abort-resume]{
@ -13,6 +15,8 @@
}
@section{High Level}
@(require (for-label web-server/lang/web))
@defmodule[web-server/lang/web]{

View File

@ -2,7 +2,6 @@
@(require "web-server.ss")
@title[#:tag "stateless-servlets"]{Stateless Servlets}
@defmodulelang[web-server]
@(require (for-label "dummy-stateless-servlet.ss")) @; to give a binding context
@declare-exporting[#:use-sources (web-server/scribblings/dummy-stateless-servlet)]
@ -30,6 +29,8 @@ The @schememodname[web-server] language automatically provides the @schememodnam
@; ------------------------------------------------------------
@section[#:tag "considerations"]{Usage Considerations}
@defmodulelang[web-server]
A servlet has the following process performed on it automatically:
@itemize[
@item{All uses of @scheme[letrec] are removed and replaced with equivalent uses of