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:
parent
d0f5e37b39
commit
3cb7044976
|
@ -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.}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user