Skip to content

Commit

Permalink
Grammatical fix in API docs only
Browse files Browse the repository at this point in the history
Grammatical fix in API docs only

reset
  • Loading branch information
walker committed Jan 29, 2014
1 parent 8db034c commit df2fc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Network/Http/HttpSocket.php
Expand Up @@ -1012,7 +1012,7 @@ protected function _tokenEscapeChars($hex = true, $chars = null) {
* Resets the state of this HttpSocket instance to it's initial state (before Object::__construct got executed) or does
* the same thing partially for the request and the response property only.
*
* @param boolean $full If set to false only HttpSocket::response and HttpSocket::request are reseted
* @param boolean $full If set to false only HttpSocket::response and HttpSocket::request are reset
* @return boolean True on success
*/
public function reset($full = true) {
Expand Down

0 comments on commit df2fc07

Please sign in to comment.