From b3d798b9cb0ca57476f9beb519bd8204e82d690b Mon Sep 17 00:00:00 2001 From: Sean T Allen Date: Sun, 21 Jan 2024 09:25:03 -0500 Subject: [PATCH] Update .release-notes/106.md --- .release-notes/106.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.release-notes/106.md b/.release-notes/106.md index 3ffe045..235b5a8 100644 --- a/.release-notes/106.md +++ b/.release-notes/106.md @@ -16,8 +16,7 @@ client(payload, handler_factory)? client(other_payload, other_factory) ``` -In the new version the handler factory needs to be supplied at the -creation of the client: +In the new version the handler factory needs to be supplied at the creation of the client: ```pony let handler_factory = ...