Skip to content

Commit

Permalink
Remove leading slash.
Browse files Browse the repository at this point in the history
It is not needed.
  • Loading branch information
markstory committed Dec 22, 2013
1 parent d696a86 commit 2990122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cake/ORM/Table.php
Expand Up @@ -812,7 +812,7 @@ public function findThreaded(Query $query, array $options = []) {
*
* @param mixed primary key value to find
* @param array $options options accepted by `Table::find()`
* @throws \Cake\ORM\Error\RecordNotFoundException if the record with such id
* @throws Cake\ORM\Error\RecordNotFoundException if the record with such id
* could not be found
* @return \Cake\ORM\Entity
* @see Table::find()
Expand Down

0 comments on commit 2990122

Please sign in to comment.