From a5ddbd3c9b7d8a47aa9ad4f9f6de76da33735e3f Mon Sep 17 00:00:00 2001 From: Paulo Matos Date: Wed, 26 Aug 2020 07:43:58 +0200 Subject: [PATCH] Fix typo in comment --- .../tests/racket/benchmarks/places/symbols.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt b/pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt index 8df2ea7ec2..0de5e8cdd2 100644 --- a/pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt +++ b/pkgs/racket-benchmarks/tests/racket/benchmarks/places/symbols.rkt @@ -1,5 +1,5 @@ #lang racket/base -;; stress tests for place-channels communciating symbols +;; stress tests for place-channels communicating symbols (require racket/place racket/match tests/racket/place-utils)