Skip to content

Commit ea84e97

Browse files
authored
Revert "Fixed a typo (#248)"
This reverts commit 1b53921.
1 parent 75cb3bd commit ea84e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/1.1/category-the-essence-of-composition.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ \section{Composition is the Essence of Programming}
195195
to do. ``Take the contents of memory address x and add it to the
196196
contents of the register EAX.'' But even when we program in assembly,
197197
the instructions we give the computer are an expression of something
198-
more meaningful. We are solving a non-trivial problem (if it was
198+
more meaningful. We are solving a non-trivial problem (if it were
199199
trivial, we wouldn't need the help of the computer). And how do we solve
200200
problems? We decompose bigger problems into smaller problems. If the
201201
smaller problems are still too big, we decompose them further, and so

0 commit comments

Comments
 (0)