We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7ab4ee1 + 6bd38aa commit a9b9170Copy full SHA for a9b9170
docs/types/reference-types.rst
@@ -337,9 +337,9 @@ Array Members
337
Dynamic storage arrays and ``bytes`` (not ``string``) have a member function
338
called ``push(x)`` that you can use to append a given element at the end of the array.
339
The function returns nothing.
340
-**pop**:
+**pop()**:
341
Dynamic storage arrays and ``bytes`` (not ``string``) have a member
342
- function called ``pop`` that you can use to remove an element from the
+ function called ``pop()`` that you can use to remove an element from the
343
end of the array. This also implicitly calls :ref:`delete<delete>` on the removed element.
344
345
.. note::
0 commit comments