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}