Skip to content

Commit

Permalink
Merge pull request #483 from boraseoksoon/master
Browse files Browse the repository at this point in the history
Fixing small typo
  • Loading branch information
chrisballinger authored Nov 9, 2016
2 parents f3cf8a6 + 295ed52 commit 3691135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/GCD/GCDAsyncSocket.h
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ typedef NS_ENUM(NSInteger, GCDAsyncSocketError) {
* Returns whether the socket is disconnected or connected.
*
* A disconnected socket may be recycled.
* That is, it can used again for connecting or listening.
* That is, it can be used again for connecting or listening.
*
* If a socket is in the process of connecting, it may be neither disconnected nor connected.
**/
Expand Down

0 comments on commit 3691135

Please sign in to comment.