Fix small typo in the "Find Racket files" example.
Reported by ajanuary on Hacker News.
This commit is contained in:
parent
abee614423
commit
be64527af6
|
@ -70,7 +70,7 @@
|
||||||
@desc{The @elemcode{in-directory} function constructs a sequence that
|
@desc{The @elemcode{in-directory} function constructs a sequence that
|
||||||
walks a directory tree (starting with the current directory, by default)
|
walks a directory tree (starting with the current directory, by default)
|
||||||
and generates paths in the tree. The @elemcode{for} form binds
|
and generates paths in the tree. The @elemcode{for} form binds
|
||||||
@elemcode{p} to each path in the sequence, and @elemcode{regexp-match?}
|
@elemcode{path} to each path in the sequence, and @elemcode{regexp-match?}
|
||||||
applies a pattern to the path.})
|
applies a pattern to the path.})
|
||||||
(generic-example #:title "Simple Web Server" ; -----------------------------------------------
|
(generic-example #:title "Simple Web Server" ; -----------------------------------------------
|
||||||
@code{#lang web-server/insta
|
@code{#lang web-server/insta
|
||||||
|
|
Loading…
Reference in New Issue
Block a user