Skip to content

Commit a0ee14f

Browse files
author
Leo
authored
Merge pull request #13399 from minaminao/remove-callcode-in-heading
Remove unnecessary "Callcode" in the heading
2 parents 1b081d0 + 1706db2 commit a0ee14f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/introduction-to-smart-contracts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -504,10 +504,10 @@ operations, loops should be preferred over recursive calls. Furthermore,
504504
only 63/64th of the gas can be forwarded in a message call, which causes a
505505
depth limit of a little less than 1000 in practice.
506506

507-
.. index:: delegatecall, callcode, library
507+
.. index:: delegatecall, library
508508

509-
Delegatecall / Callcode and Libraries
510-
=====================================
509+
Delegatecall and Libraries
510+
==========================
511511

512512
There exists a special variant of a message call, named **delegatecall**
513513
which is identical to a message call apart from the fact that

0 commit comments

Comments
 (0)