Fixed comment typo
Minor typo.
This commit is contained in:
parent
2cd283421f
commit
b3625ebcd0
@ -1165,7 +1165,7 @@ typedef enum {
|
||||
}
|
||||
|
||||
- (BOOL)hasBytesAvailable {
|
||||
// Allows `read:maxLength:` to be called again if `AFMultipartFormFinalBoundary` doesn't fit into the avaiable buffer
|
||||
// Allows `read:maxLength:` to be called again if `AFMultipartFormFinalBoundary` doesn't fit into the available buffer
|
||||
if (_phase == AFFinalBoundaryPhase) {
|
||||
return YES;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user