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.
2 parents 40d26ed + ca22c54 commit 9ce9c70Copy full SHA for 9ce9c70
src/ch10-02-traits.md
@@ -450,7 +450,7 @@ more verbose. We place trait bounds with the declaration of the generic type
450
parameter after a colon and inside angle brackets.
451
-->
452
この「より長い」姿は前節の例と等価ですが、より冗長です。
453
-角カッコの中にジェネリックな型引数の宣言を書き、型引数の後ろにコロンを挟んでトレイト境界を置いています。
+山カッコの中にジェネリックな型引数の宣言を書き、型引数の後ろにコロンを挟んでトレイト境界を置いています。
454
455
<!--
456
The `impl Trait` syntax is convenient and makes for more concise code in simple
0 commit comments