Skip to content

Commit

Permalink
Merge pull request #62 from Aryan9592/patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
0xfps authored Oct 28, 2023
2 parents e15faf9 + ee245dc commit 52a5a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book/Calldata.html
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ <h1 class="menu-title">book</h1>
<main>
<h2 id="calldata-encoding"><a class="header" href="#calldata-encoding">Calldata Encoding</a></h2>
<p><code>NOTE:</code> <code>m</code> =&gt; memory location, <code>c</code> =&gt; calldata location (which is still memory, but dedicated at the moment).</p>
<p>This file is used to elaborate how the arguments encoded in the src/Calldata.sol file have been encoded for all functions defined in the CallerContract contract.</p>
<p>This file is used to elaborate how the arguments encoded in the <code>src/Calldata.sol</code> file have been encoded for all functions defined in the <code>CallerContract</code> contract.</p>
<h3 id="function-1"><a class="header" href="#function-1">Function 1:</a></h3>
<h4 id="calladd"><a class="header" href="#calladd"><code>callAdd</code></a></h4>
<h5 id="assume-num--7"><a class="header" href="#assume-num--7">Assume num = 7</a></h5>
Expand Down

0 comments on commit 52a5a24

Please sign in to comment.