waynee95 1 년 전
부모
커밋
c7da31fd33
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 \code{remove\_complex\_operands} because it generates code that
 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
 expressions to temporary variables (see below).