Przeglądaj źródła

Merge sharelatex-2016-01-11-0249 into master

jsiek 9 lat temu
rodzic
commit
844c6fa4a2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -1479,7 +1479,7 @@ recursively flatten the body of the program and also compute the list
 of variables used in the program.  I recommend traversing the
 of variables used in the program.  I recommend traversing the
 statements in the body of the program (after it has been flattened)
 statements in the body of the program (after it has been flattened)
 and collect all variables that appear on the left-hand-side of an
 and collect all variables that appear on the left-hand-side of an
-assignment. Note that each variable should only occur ones in the list
+assignment. Note that each variable should only occur once in the list
 of variables that you place in the \key{program} form.
 of variables that you place in the \key{program} form.
 
 
 Take special care for programs such as the following that initialize
 Take special care for programs such as the following that initialize