Skip to content

Commit

Permalink
chore: Fix a typo in the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed Dec 20, 2024
1 parent f4b50db commit 667a8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.

- [**breaking**] Move the optional `RequestConfig` argument of the
`Client::send()` method to the `with_request_config()` builder method. You
should call `Client::send(request).with_request_config(request_config).awat`
should call `Client::send(request).with_request_config(request_config).await`
now instead.

## [0.9.0] - 2024-12-18
Expand Down

0 comments on commit 667a8e6

Please sign in to comment.