filesystem-change-evt? typo

changed
Returns #f if v is a filesystem change event, #f otherwise.
to 
Returns #t if v is a filesystem change event, #f otherwise.
This commit is contained in:
Stephen De Gabrielle 2017-11-05 22:20:52 +00:00 committed by Vincent St-Amour
parent d0f5e37b39
commit 3cb7044976

View File

@ -575,7 +575,7 @@ change events}.
@defproc[(filesystem-change-evt? [v any/c]) boolean?]{
Returns @racket[#f] if @racket[v] is a @tech{filesystem change
Returns @racket[#t] if @racket[v] is a @tech{filesystem change
event}, @racket[#f] otherwise.}