Skip to content

Commit 9ce9c70

Browse files
authored
Merge pull request #125 from scivola/ch10-02-fix-trans-of-angle-brackets
ch10-02 angle brackets の訳:「角カッコ」→「山カッコ」
2 parents 40d26ed + ca22c54 commit 9ce9c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ch10-02-traits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ more verbose. We place trait bounds with the declaration of the generic type
450450
parameter after a colon and inside angle brackets.
451451
-->
452452
この「より長い」姿は前節の例と等価ですが、より冗長です。
453-
角カッコの中にジェネリックな型引数の宣言を書き、型引数の後ろにコロンを挟んでトレイト境界を置いています。
453+
山カッコの中にジェネリックな型引数の宣言を書き、型引数の後ろにコロンを挟んでトレイト境界を置いています。
454454

455455
<!--
456456
The `impl Trait` syntax is convenient and makes for more concise code in simple

0 commit comments

Comments
 (0)