We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4248ae3 commit f9722b9Copy full SHA for f9722b9
1.9/ja/book/primitive-types.md
@@ -7,7 +7,7 @@
7
<!-- of these ones, as well, but these are the most primitive. -->
8
Rust言語は「プリミティブ」とみなされる多数の型を持ちます。
9
これはそれらが言語に組み込まれていることを意味します。
10
-Rustの型は構造化されており、標準ライブラリも、プリミティブ型を用いて構築した数多くの便利な型を提供しています。
+Rustの型は構造化されており、標準ライブラリでもプリミティブ型を用いて構築した数多くの便利な型を提供しています。
11
しかし、プリミティブ型が最もプリミティブ(基本的で素朴)な型です。
12
13
<!-- # Booleans -->
0 commit comments