Skip to content

Commit f9722b9

Browse files
committed
Cosmetics on Primitive Types (1.9)
1 parent 4248ae3 commit f9722b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.9/ja/book/primitive-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- of these ones, as well, but these are the most primitive. -->
88
Rust言語は「プリミティブ」とみなされる多数の型を持ちます。
99
これはそれらが言語に組み込まれていることを意味します。
10-
Rustの型は構造化されており、標準ライブラリも、プリミティブ型を用いて構築した数多くの便利な型を提供しています
10+
Rustの型は構造化されており、標準ライブラリでもプリミティブ型を用いて構築した数多くの便利な型を提供しています
1111
しかし、プリミティブ型が最もプリミティブ(基本的で素朴)な型です。
1212

1313
<!-- # Booleans -->

0 commit comments

Comments
 (0)