From 0864d5848bae2969ee60acee0a3a042caf6718e4 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Wed, 22 Jul 2015 15:12:55 -0500 Subject: [PATCH] Doc typo. --- pkgs/racket-doc/scribblings/reference/logging.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/reference/logging.scrbl b/pkgs/racket-doc/scribblings/reference/logging.scrbl index 407298492b..b39849f744 100644 --- a/pkgs/racket-doc/scribblings/reference/logging.scrbl +++ b/pkgs/racket-doc/scribblings/reference/logging.scrbl @@ -301,7 +301,7 @@ event's topic matches @racket[topic]. A @tech{log receiver} is a @tech{synchronizable event}. It becomes @tech{ready for synchronization} when a logging event is -received, so use @racket[sync] to receive an logged event. The +received, so use @racket[sync] to receive a logged event. The @tech{log receiver}'s @tech{synchronization result} is an immutable vector containing four values: the level of the event as a symbol, an immutable string for the event message, an arbitrary value that was supplied as the