summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-09-23 16:46:58 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-09-23 16:46:58 +0200
commit9e5853b69900a34a8ad64c2f841367a3a8630213 (patch)
tree942e75d76280a13cc2ea2d3a0666dd652f1f9dee
parent74235ca5f3fae3325175cf0e68cd7e28c86e1378 (diff)
downloadphp-git-9e5853b69900a34a8ad64c2f841367a3a8630213.tar.gz
Sync ext/spl/README with current set of example files
-rw-r--r--ext/spl/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/spl/README b/ext/spl/README
index 28373a3eda..f946f837f8 100644
--- a/ext/spl/README
+++ b/ext/spl/README
@@ -1,7 +1,7 @@
-This is an extension that aims to implement some efficient data access
+This is an extension that aims to implement some efficient data access
interfaces and classes. You'll find the classes documented using php
-code in the file spl.php or in the corresponding .inc file in the examples
-subdirectory. Based on the internal implementations or the files in the
-examples subdirectory there are also some .php files to experiment with.
+code in the corresponding .inc files in the examples subdirectory. Based
+on the internal implementations or the files in the examples subdirectory
+there are also some .php files to experiment with.
For more information look at: http://php.net/manual/en/book.spl.php