From f768cab13f4de4c3fc72cd3372d20cc5991ce161 Mon Sep 17 00:00:00 2001 From: Vincent St-Amour Date: Mon, 7 Jan 2019 18:39:50 -0600 Subject: [PATCH] Doc typo --- scribblings/dssl2.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scribblings/dssl2.scrbl b/scribblings/dssl2.scrbl index fdc159b..2ece3ed 100644 --- a/scribblings/dssl2.scrbl +++ b/scribblings/dssl2.scrbl @@ -1789,7 +1789,7 @@ Determines whether its argument is the special @linkclass{float} not-a-number value. This is useful, since @code{nan} is not necessarily @racket[==] to other instances of @code{nan}. -@subsection{Comparision operations} +@subsection{Comparison operations} @defprocform[cmp]{@proto[AnyC AnyC "OrC(int?, False)"]}