From 00b531913ac4edfe82eb47982ef9240394e72567 Mon Sep 17 00:00:00 2001 From: the_undefined Date: Wed, 16 Apr 2008 20:24:59 +0000 Subject: [PATCH] Replace wrong comment git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6674 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/libs/set.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/set.php b/cake/libs/set.php index c66d4cccc..ac715132a 100644 --- a/cake/libs/set.php +++ b/cake/libs/set.php @@ -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) *