Skip to content

Commit

Permalink
Fix missing tag close
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcmyers committed Oct 8, 2024
1 parent b3cc059 commit 4e724a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/java_rep/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h2>Objects and pointers</h2>
been a little mysterious. However, the representation of pointers is quite
straightforward: a pointer is represented just like the (unsigned) number that is
the memory address of the memory location it points to. Since modern computers
have addresses up to 2<sup>64</sup-1, the representation of a pointer takes up
have addresses up to 2<sup>64</sup>-1, the representation of a pointer takes up
64 bits, or two 32-bit words.
</p>

Expand Down

0 comments on commit 4e724a4

Please sign in to comment.