Skip to content

Commit

Permalink
Fix typos and formating in release note
Browse files Browse the repository at this point in the history
  • Loading branch information
sacovo committed Jan 21, 2024
1 parent df4306a commit 0dc9260
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .release-notes/106.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ makes it more clear, that the client will use the same handler for all
requests.

The old version would look similar to this:

```pony
let client = HTTPClient(auth)
Expand All @@ -15,8 +16,9 @@ let handler_factory = ...
client(payload, handler_factory)?
// Even later
client(other_payload, ohter_factory)
client(other_payload, other_factory)
```

In the new version the handler factory needs to be supplied at the
creation of the client:

Expand Down

0 comments on commit 0dc9260

Please sign in to comment.