mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Replace wrong comment
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6674 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
e516a8ba08
commit
00b531913a
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ class Set extends Object {
|
|||
* - /Posts[title] (Selects all Posts that have a 'name' key)
|
||||
* - /Comment/.[1] (Selects the contents of the first comment)
|
||||
* - /Comment/.[:last] (Selects the last comment)
|
||||
* - /Comment/.[:first] (Selects the last comment)
|
||||
* - /Comment/.[:first] (Selects the first comment)
|
||||
* - /Comment[text=/cakephp/i] (Selects the all comments that have a text matching the regex /cakephp/i)
|
||||
* - /Comment/@* (Selects the all key names of all comments)
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue