浏览代码

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}