Skip to content

Commit ac1b0ed

Browse files
authored
Merge pull request #631 from qblu/lyricsboy/rawResponse-rename
Fixes a typo/bug when accessing AWSAPIGatewayResponse.rawResponse
2 parents 1e35d9f + e21312b commit ac1b0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AWSAPIGateway/AWSAPIGatewayModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ NS_ASSUME_NONNULL_BEGIN
6060
/**
6161
* The Raw NSURLResponse received on an API invocation.
6262
*/
63-
@property (nonatomic, readonly) NSURLResponse *rawReponse;
63+
@property (nonatomic, readonly) NSURLResponse *rawResponse;
6464

6565
/**
6666
* The status code received in NSURLResponse on invocation of an API.

0 commit comments

Comments
 (0)