mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
c1a82a52a7
commit
45b1308135
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue