Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ch03.tex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ \subsection{整数类型}
\end{tabular}
\end{table}

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