diff --git a/collects/scribblings/reference/logging.scrbl b/collects/scribblings/reference/logging.scrbl index 0142c03e0e..70e709a2be 100644 --- a/collects/scribblings/reference/logging.scrbl +++ b/collects/scribblings/reference/logging.scrbl @@ -85,7 +85,7 @@ otherwise.} @defproc[(make-logger [name (or/c symbol? #f) #f] [parent (or/c logger? #f) #f] - [notify-callback (vector? . -> . any/c)]) + [notify-callback (vector? . -> . any/c) #f]) logger?]{ Creates a new @tech{logger} with an optional name and parent.