Fix typo (thanks Felipe for the hint)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@246039 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Etienne Kneuss 2007-11-12 12:10:43 +00:00
parent c1a82a52a7
commit 45b1308135

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<!-- $Revision: 1.2 $ -->
<sect1 xml:id="language.oop5.late-static-bindings" xmlns="http://docbook.org/ns/docbook">
<title>Late Static Bindings</title>
<para>
@ -153,7 +153,7 @@ TestParent
</example>
<note>
<para>
Late static bindings' reslution will stop at a fully resolved static call with no fallback.
Late static bindings' resolution will stop at a fully resolved static call with no fallback.
</para>
<example>
<title>Fully resolved static calls</title>