Skip to content

Commit 5ada2bd

Browse files
authored
Update templates.scrbl
Correct the result
1 parent 6a655c1 commit 5ada2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web-server-doc/web-server/scribblings/templates.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ Suppose that we change the template to use @racket[for/list] (which combines the
234234
Now the result is:
235235
@verbatim[#:indent 2]|{
236236
<table>
237-
</tr>
238-
</tr>
237+
</td></tr>
238+
</td></tr>
239239
</table>
240240
}|
241241
because only the final expression of the body of the @racket[for/list]

0 commit comments

Comments
 (0)