Skip to content

Commit 9ebc6df

Browse files
authored
Merge pull request #125 from kdnakt/fix-hash
Fix translation in hash.md
2 parents 48790df + 4e3c6e6 commit 9ebc6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/std/hash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Where vectors store values by an integer index, `HashMap`s store values by key.
99
or any other type that implements the `Eq` and `Hash` traits.
1010
More on this in the next section.
1111
-->
12-
ベクタ型が値を整数のインデックスで保持するのに対し、`HashMap`ではキーで保持します。`HashMap`のキーはブーリアン、整数、文字列等の`Eq`あるいは`Hash`トレイトを保持する型なら何でもOKです。後でより詳しく見ていきます
12+
ベクタ型が値を整数のインデックスで保持するのに対し、`HashMap`ではキーで保持します。`HashMap`のキーはブーリアン、整数、文字列等の`Eq``Hash`トレイトを保持する型なら何でもOKです。次のセクションでより詳しく見ていきます
1313

1414
<!--
1515
Like vectors, `HashMap`s are growable, but HashMaps can also shrink themselves

0 commit comments

Comments
 (0)