Skip to content

Commit 192a848

Browse files
committed
Fix translation of supertraits
1 parent 86ce546 commit 192a848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/trait/supertraits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ trait Person {
1717
1818
// Person is a supertrait of Student.
1919
// Implementing Student requires you to also impl Person.
20-
// PersonはStudentの上位集合です
20+
// PersonはStudentのスーパートレイトです
2121
// Studentを実装するにはPersonも実装する必要があります。
2222
trait Student: Person {
2323
fn university(&self) -> String;

0 commit comments

Comments
 (0)