Fix typo in comment

This commit is contained in:
Paulo Matos 2020-08-26 07:43:58 +02:00 committed by GitHub
parent 66547f3aaf
commit a5ddbd3c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)