Jeremy Siek 9 年之前
父节点
当前提交
7bb33cfee5
共有 1 个文件被更改,包括 4 次插入4 次删除
  1. 4 4
      book.tex

+ 4 - 4
book.tex

@@ -3877,10 +3877,10 @@ of the live objects into the ToSpace and then performs a slight of
 hand, treating the ToSpace as the new FromSpace and the old FromSpace
 hand, treating the ToSpace as the new FromSpace and the old FromSpace
 as the new ToSpace. In the bottom of
 as the new ToSpace. In the bottom of
 Figure~\ref{fig:copying-collector} you can see the result of the copy.
 Figure~\ref{fig:copying-collector} you can see the result of the copy.
-All of the live objects have been copied to the ToSpace in such a way
-that preserves the pointer relationships. For example, the pointer in
-the register still points to a 2-tuple whose first element is a
-3-tuple and second element is a 2-tuple.
+All of the live objects have been copied to the ToSpace in a way that
+preserves the pointer relationships. For example, the pointer in the
+register still points to a 2-tuple whose first element is a 3-tuple
+and second element is a 2-tuple.
 
 
 \begin{figure}[tbp]
 \begin{figure}[tbp]
 \centering
 \centering