Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book/superclasses.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ information it needs to perform the super access:
2. The second instruction loads **the superclass where the method is
resolved**.

3. Then the new `OP_GET_SUPER` instuction encodes **the name of the method to
3. Then the new `OP_GET_SUPER` instruction encodes **the name of the method to
access** as an operand.

The remaining instructions are the normal bytecode for evaluating an argument
Expand Down
2 changes: 1 addition & 1 deletion site/superclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@ <h2><a href="#super-calls" id="super-calls"><small>29&#8202;.&#8202;3</small>Sup
resolved</strong>.</p>
</li>
<li>
<p>Then the new <code>OP_GET_SUPER</code> instuction encodes <strong>the name of the method to
<p>Then the new <code>OP_GET_SUPER</code> instruction encodes <strong>the name of the method to
access</strong> as an operand.</p>
</li>
</ol>
Expand Down