Fixed docblock error

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7608 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
the_undefined 2008-09-15 18:05:26 +00:00
parent 06ee84a128
commit 0e621885ab

View file

@ -340,7 +340,7 @@ class Set extends Object {
* - /User[id>2] (selects all Users with an id > 2) * - /User[id>2] (selects all Users with an id > 2)
* - /User[id>2][<5] (selects all Users with an id > 2 but < 5) * - /User[id>2][<5] (selects all Users with an id > 2 but < 5)
* - /Post/Comment[author_name=john]/../name (Selects the name of all Posts that have at least one Comment written by john) * - /Post/Comment[author_name=john]/../name (Selects the name of all Posts that have at least one Comment written by john)
* - /Posts[title] (Selects all Posts that have a 'name' key) * - /Posts[name] (Selects all Posts that have a 'name' key)
* - /Comment/.[1] (Selects the contents of the first comment) * - /Comment/.[1] (Selects the contents of the first comment)
* - /Comment/.[:last] (Selects the last comment) * - /Comment/.[:last] (Selects the last comment)
* - /Comment/.[:first] (Selects the first comment) * - /Comment/.[:first] (Selects the first comment)