Skip to content

Commit

Permalink
Fixing a typo in the CHANGELOG (ASync->Async).
Browse files Browse the repository at this point in the history
  • Loading branch information
ssilverman committed Nov 19, 2018
1 parent 8aaa179 commit 6ce93fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This document details the changes between each release.
* `isTransmitting()`
* `onDoneTransmitting`
* Two examples that show how to send SIP packets using synchronous
transmission: `SIPSenderASync` and `SIPSenderSync`.
transmission: `SIPSenderAsync` and `SIPSenderSync`.

### Changed
* The receiver no longer keeps packet data if it's followed by a framing error
Expand Down

0 comments on commit 6ce93fa

Please sign in to comment.