From cbd5499d6e16cc32b228afa79d5ad69902f2d45d Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Fri, 26 Oct 2018 08:16:55 +0200 Subject: [PATCH] Add missing close parens --- pkgs/racket-doc/scribblings/guide/performance.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-doc/scribblings/guide/performance.scrbl b/pkgs/racket-doc/scribblings/guide/performance.scrbl index 66df454dcc..3a558c1822 100644 --- a/pkgs/racket-doc/scribblings/guide/performance.scrbl +++ b/pkgs/racket-doc/scribblings/guide/performance.scrbl @@ -540,7 +540,7 @@ There are a number of exceptions, however: because that table holds onto it.} @item{Reachability is only approximate with the @tech{CGC} collector (i.e., a value may appear reachable to that collector when there is, - in fact, no way to reach it anymore.}] + in fact, no way to reach it anymore).}] @section{Weak Boxes and Testing}