Fix some wording, thanks Maciek

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@270561 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kalle Sommer Nielsen 2008-12-05 03:07:22 +00:00
parent 70484a1f8d
commit a9cf76ba86

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.54 $ -->
<!-- $Revision: 1.55 $ -->
<chapter xml:id="language.constants" xmlns="http://docbook.org/ns/docbook">
<title>Constants</title>
@ -70,7 +70,7 @@ define("__FOO__", "something");
<simpara>
Only scalar data (<type>boolean</type>, <type>integer</type>,
<type>float</type> and <type>string</type>) can be contained
in constants. Its possible to register constants as
in constants. It is possible to define constants as a
<type>resource</type>, but it should be avoided, as it can cause
unexpected results.
</simpara>