Missing fullstop

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@269463 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2008-11-21 13:37:58 +00:00
parent d2c5ea708f
commit eb774d9fc0

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- $Revision: 1.14 $ -->
<refentry xml:id="function.imagecreatefromstring" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>imagecreatefromstring</refname>
@ -13,7 +13,7 @@
</methodsynopsis>
<para>
<function>imagecreatefromstring</function> returns an image identifier
representing the image obtained from the given <parameter>data</parameter>
representing the image obtained from the given <parameter>data</parameter>.
These types will be automatically detected if your build of PHP supports
them: JPEG, PNG, GIF, WBMP, and GD2.
</para>