From 0306ecd5ad7b6255e4dbea664c116a08a898f737 Mon Sep 17 00:00:00 2001 From: Yannick Torres Date: Sat, 10 Apr 2010 07:58:00 +0000 Subject: [PATCH] Fix typo in tag name git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@297786 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/array/functions/array-search.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-search.xml b/reference/array/functions/array-search.xml index c1c9cd5ef2..8f954663df 100644 --- a/reference/array/functions/array-search.xml +++ b/reference/array/functions/array-search.xml @@ -50,7 +50,7 @@ If the third parameter strict is set to &true; then the array_search function will search for identical elements in the - haystack. This means it will also check the + haystack. This means it will also check the types of the needle in the haystack, and objects must be the same instance.