Browse Source

Merge pull request #158 from waynee95/fix-typo-7-3

Fix typo
Jeremy G. Siek 1 year ago
parent
commit
7f205b82e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -12917,7 +12917,7 @@ appropriate amount of memory and initializing it.  We choose to place
 the \code{expose\_allocation} pass before
 the \code{expose\_allocation} pass before
 \code{remove\_complex\_operands} because it generates code that
 \code{remove\_complex\_operands} because it generates code that
 contains complex operands. However, with some care it can also be
 contains complex operands. However, with some care it can also be
-placed before \code{remove\_complex\_operands}, which would simplify
+placed after \code{remove\_complex\_operands}, which would simplify
 tuple creation by removing the need to assign the initializing
 tuple creation by removing the need to assign the initializing
 expressions to temporary variables (see below).
 expressions to temporary variables (see below).