Author: as
Date: Wed Jan 16 13:01:27 2008
New Revision: 7154

Log:
- Fixed a typo.

Modified:
    trunk/Feed/src/feed.php

Modified: trunk/Feed/src/feed.php
==============================================================================
--- trunk/Feed/src/feed.php [iso-8859-1] (original)
+++ trunk/Feed/src/feed.php [iso-8859-1] Wed Jan 16 13:01:27 2008
@@ -331,8 +331,8 @@
      *
      * Example of parsing an XML document stored in a string:
      * <code>
-     * // $xmlString contains a valid XML document
-     * $feed = ezcFeed::parse( $xmlString );
+     * // $xmlString contains a valid XML string
+     * $feed = ezcFeed::parseContent( $xmlString );
      * </code>
      *
      * @throws ezcFeedParseErrorException


-- 
svn-components mailing list
svn-components@lists.ez.no
http://lists.ez.no/mailman/listinfo/svn-components

Reply via email to