Skip to content

Commit

Permalink
Merge pull request #270 from richardgroves/patch-3
Browse files Browse the repository at this point in the history
Fixing typos in comments
  • Loading branch information
abillingsley authored Jun 21, 2016
2 parents b160ee4 + 34e3840 commit c412cc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SignalR.Client/Hubs/SRHubResult.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
@property (assign, nonatomic, readwrite, getter = isHubException) BOOL hubException;

/**
* An `NSString` represnting an error received from the server
* An `NSString` representing an error received from the server
*/
@property (strong, nonatomic, readwrite) NSString *error;

Expand All @@ -52,7 +52,7 @@
@property (strong, nonatomic, readwrite) id errorData;

/**
* An `NSDictionary` represnting a server state object
* An `NSDictionary` representing a server state object
*/
@property (strong, nonatomic, readwrite) NSDictionary *state;

Expand Down

0 comments on commit c412cc3

Please sign in to comment.