Skip to content

Commit

Permalink
fix typo (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuishuang committed Apr 24, 2022
1 parent b851b03 commit c954c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actix/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
which is enabled by default but can be switched off to reduce dependencies. [#424]
- The `where` clause on `Response::fut()` was relaxed to no longer require `T: Unpin`, allowing a
`Response` to be created with an `async` block [#421]
- Allow creating `WeakRecipient` from `WeakAddr`, similiar to `Recipient` from `Addr`. [#432]
- Allow creating `WeakRecipient` from `WeakAddr`, similar to `Recipient` from `Addr`. [#432]
- Send `SyncArbiter` to current `System`'s `Arbiter` and run it as future there.
Enables nested `SyncArbiter`s. [#439]
- Use generic type instead of associate type for `EnvelopeProxy`. [#445]
Expand Down

0 comments on commit c954c18

Please sign in to comment.