mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Minor typos - "Peaks" to "Peeks"
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@271739 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
a2415ce99a
commit
9e47c91027
2 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="spldoublylinkedlist.bottom" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SplDoublyLinkedList::bottom</refname>
|
||||
<refpurpose>Peaks at the node from the beginning of the doubly linked list</refpurpose>
|
||||
<refpurpose>Peeks at the node from the beginning of the doubly linked list</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.1 $ -->
|
||||
<!-- $Revision: 1.2 $ -->
|
||||
<refentry xml:id="spldoublylinkedlist.top" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SplDoublyLinkedList::top</refname>
|
||||
<refpurpose>Peaks at the node from the end of the doubly linked list</refpurpose>
|
||||
<refpurpose>Peeks at the node from the end of the doubly linked list</refpurpose>
|
||||
</refnamediv>
|
||||
|
||||
<refsect1 role="description">
|
||||
|
|
Loading…
Reference in a new issue