Skip to content

Commit

Permalink
Revert "Fixed a typo (hmemcpy#248)" (hmemcpy#269)
Browse files Browse the repository at this point in the history
This reverts commit 1b53921.
  • Loading branch information
hmemcpy authored Feb 4, 2021
1 parent 75cb3bd commit 7a5fdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/1.1/category-the-essence-of-composition.tex
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ \section{Composition is the Essence of Programming}
to do. ``Take the contents of memory address x and add it to the
contents of the register EAX.'' But even when we program in assembly,
the instructions we give the computer are an expression of something
more meaningful. We are solving a non-trivial problem (if it was
more meaningful. We are solving a non-trivial problem (if it were
trivial, we wouldn't need the help of the computer). And how do we solve
problems? We decompose bigger problems into smaller problems. If the
smaller problems are still too big, we decompose them further, and so
Expand Down

0 comments on commit 7a5fdbf

Please sign in to comment.