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 = ...