Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

astersik instead of plus typo fix #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions input/chapter01/chapter01.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,10 @@
between number-of-bits and "human" sizes. For example, we
can quickly calculate that a 32 bit computer can address up
to four gigabytes of memory by noting the recombination of
2<superscript>2</superscript> (4) &#43;
2<superscript>2</superscript> (4) &#42;
2<superscript>30</superscript>. A 64-bit value could
similarly address up to 16 exabytes
(2<superscript>4</superscript> &#43;
(2<superscript>4</superscript> &#42;
2<superscript>60</superscript>); you might be interested in
working out just how big a number this is. To get a feel
for how big that number is, calculate how long it would take
Expand Down