Skip to content

Commit

Permalink
weakmap section sync with EN (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Mar 5, 2024
1 parent e0d8584 commit 8e3d025
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions language/predefined/weakmap.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: pierrick Status: ready -->
<!-- EN-Revision: c4650e160398873696e59305a11db9645e0b7304 Maintainer: pierrick Status: ready -->
<!-- Reviewed: no -->
<phpdoc:classref xml:id="class.weakmap" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

Expand All @@ -22,8 +22,8 @@
</para>
<para>
<classname>WeakMap</classname> implemente <interfacename>ArrayAccess</interfacename>,
<interfacename>Iterator</interfacename>, et <interfacename>Countable</interfacename>,
de sorte que, dans la plupart des cas, il peut être utilisé de la même manière qu'un tableau associatif.
<interfacename>Traversable</interfacename> (via <interfacename>IteratorAggregate</interfacename>),
et <interfacename>Countable</interfacename>, de sorte que, dans la plupart des cas, il peut être utilisé de la même manière qu'un tableau associatif.
</para>
</section>
<!-- }}} -->
Expand Down

0 comments on commit 8e3d025

Please sign in to comment.