From 51d100a27aa37b40e3fbf17d61ff52e1a89fb6e6 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Tue, 3 May 2005 12:09:26 +0000 Subject: [PATCH] - Fix speling - Add links --- ext/spl/spl.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ext/spl/spl.php b/ext/spl/spl.php index 9f3c86f3ae..3a7760f167 100755 --- a/ext/spl/spl.php +++ b/ext/spl/spl.php @@ -75,9 +75,9 @@ * * - interface Countable allows to hook into the standard array function count(). * - * 6) Exceptions + * 6) Exception%s * - * SPL provides a set of standard exception classes each meant to indicate a + * SPL provides a set of standard Exception classes each meant to indicate a * certain problem type. * * - class LogicException extends Exception @@ -102,10 +102,12 @@ * * Some articles about SPL: * - Introducing PHP 5's Standard Library + * - Iterators in PHP5 * - Advanced OOP with SPL in PHP 5 * - The Standard PHP Library, Part 1 + * - The Standard PHP Library, Part 2 * - * Talks on PL: + * Talks on SPL: * - SPL for the masses [pps] * - SPL for the masses [pdf] * -- 2.50.1