Skip to content

Commit 43f2faa

Browse files
authored
Update ch03.tex (#41)
1 parent 830899d commit 43f2faa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ch03.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ \subsection{整数类型}
143143
\end{tabular}
144144
\end{table}
145145

146-
Rust的有符号整数使用两种互补的表示方法,使用和无符号类型相对应的位模式来表示一个包含正数和负数的范围(\hyperref[t3-4]{表3-4})。
146+
Rust的有符号整数使用二进制补码表示法,使用和无符号类型相对应的位模式来表示一个包含正数和负数的范围(\hyperref[t3-4]{表3-4})。
147147
\begin{table}[htbp]
148148
\centering
149149
\caption{Rust的有符号整数类型}

0 commit comments

Comments
 (0)