From 16f1a17b1f1da31a0b3a336c7fc642148a10343d Mon Sep 17 00:00:00 2001 From: TAKAGI Masahiro Date: Wed, 14 Feb 2007 13:20:22 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@229791 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/swish/functions/swishsearch-setstructure.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/swish/functions/swishsearch-setstructure.xml b/reference/swish/functions/swishsearch-setstructure.xml index 14a0ac71bc..9e10ca424c 100644 --- a/reference/swish/functions/swishsearch-setstructure.xml +++ b/reference/swish/functions/swishsearch-setstructure.xml @@ -1,5 +1,5 @@ - + SwishSearch->setStructure @@ -23,7 +23,7 @@ The structure flag a bitmask is used to limit search to certain parts of HTML documents (like title, meta, body etc.). Its possible values are listed below. - To combine several values use bitwise AND operator, see example below. + To combine several values use bitwise OR operator, see example below.