From cea14a68691fac2c9d4a1fc65dc80dc703291625 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 19 Sep 2021 00:16:08 -0500 Subject: [PATCH] Fix typo in changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 577559e4..e088f259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ All notable changes to this project will be documented in this file. - Add optional Makefile target to install jpm as well. - Supervisor channels in threads will no longer include a wasteful copy of the fiber in every message across a thread. -- Allow passing a closure to `ev/thead` as well as a whole fiber. +- Allow passing a closure to `ev/thread` as well as a whole fiber. - Allow passing a closure directly to `ev/go` to spawn fibers on the event loop. ## 1.17.1 - 2021-08-29