Skip to content

Commit

Permalink
Fix NSURLErrorDomain codes key in example plist
Browse files Browse the repository at this point in the history
The range for the codes key should be min..max and are flipped in the sample
since the codes are negative numbers.
  • Loading branch information
gwongz committed Jan 22, 2016
1 parent cfed228 commit 4bef3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The following example RMErrors.plist will setup RMErrors to:
</dict>
<key>codes</key>
<dict>
<key>-1003..-1009</key>
<key>-1009..-1003</key>
<dict>
<key>transient</key>
<true/>
Expand Down

0 comments on commit 4bef3dd

Please sign in to comment.