Skip to content

Commit 60d6aad

Browse files
authored
Merge pull request #8060 from cakephp/ADmad-patch-1
Update validation.rst
2 parents 50f1123 + 1fa0fda commit 60d6aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/orm/validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ class::
297297
// In a table class
298298
public function buildRules(RulesChecker $rules): RulesChecker
299299
{
300-
// Add a rule that is applied for create, update and delete operations
300+
// Add a rule that is applied for create and update operations
301301
$rules->add(function ($entity, $options) {
302302
// Return a boolean to indicate pass/failure
303303
}, 'ruleName');

0 commit comments

Comments
 (0)