Forgot to end the paragraph

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@70322 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Andy Lindeman 2002-02-15 23:32:11 +00:00
parent 7d820adfcf
commit 794bfcfb92

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.16 $ -->
<!-- $Revision: 1.17 $ -->
<reference id="ref.ctype">
<title>Character type functions</title>
<titleabbrev>ctype</titleabbrev>
@ -13,6 +13,7 @@
<para>
To get these functions to work, you must have compiled PHP
with <option role="configure">--with-ctype</option>.
</para>
<para>
When called with an integer argument these functions
behave exactly like their C counterparts.