소스 검색

typo 2^64

Andrew Tolmach 4 년 전
부모
커밋
6e240a31db
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -1412,7 +1412,7 @@ exit with a return code of \code{255}.  The interpreters in chapters
 \code{trapped-error}.
 \begin{ocamlx}
   In OCaml, overflow does not cause a trap; instead values ``wrap around''
-  to produce results modulo $2^{64}$.  The result of this program is
+  to produce results modulo $2^{63}$.  The result of this program is
   \key{-1223372036854775816}.
 \end{ocamlx}