minor typo

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@47663 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Damien Seguy 2001-05-17 08:14:25 +00:00
parent ba0aec2b0f
commit 611d73a01c

View file

@ -279,7 +279,7 @@ echo (int) ( (0.1+0.7) * 10 ); // echo's 7!
<para>
See also:
<link linkend="ref.gmp">Arbitrary precision integeres</link> and
<link linkend="ref.gmp">Arbitrary precision integes</link> and
<link linkend="language.types.double">Floating point numbers</link>
</para>
</sect3>