Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More doc block fixes
  • Loading branch information
lorenzo committed Aug 6, 2013
1 parent 9e6f6f8 commit 6cdf9ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Database/Expression/Comparison.php
Expand Up @@ -20,7 +20,7 @@
use Cake\Database\ValueBinder;

/**
* A Comparisson is a type of query expression that represents an operation
* A Comparison is a type of query expression that represents an operation
* involving a field an operator and a value. In its most common form the
* string representation of a comparison is `field = value`
*
Expand Down Expand Up @@ -145,7 +145,7 @@ protected function _stringExpression($generator) {
}

/**
* Register a value in the placeholder generator and returns the generated placeholder
* Registers a value in the placeholder generator and returns the generated placeholder
*
* @param ValueBinder $generator
* @param mixed $value
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Database/ValueBinder.php
Expand Up @@ -81,7 +81,7 @@ public function bindings() {
}

/**
* Clears any bindings taht were previously registered
* Clears any bindings that were previously registered
*
* @return void
*/
Expand Down

0 comments on commit 6cdf9ce

Please sign in to comment.