Add a missing for-label require to the file/glob docs

This commit is contained in:
Alexis King 2016-10-25 10:20:44 -07:00
parent 1b834d010a
commit 2030c0b0ae

View File

@ -1,7 +1,7 @@
#lang scribble/doc
@require["common.rkt"
scribble/examples
(for-label racket/sequence)]
(for-label file/glob racket/sequence)]
@title[#:tag "glob"]{Globbing}