Skip to content

Commit

Permalink
doc(i18n): translate method system
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Dec 23, 2024
1 parent 63eb9c4 commit d731465
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 58 deletions.
4 changes: 2 additions & 2 deletions next/language/methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,8 @@ A trait can depend on other traits, for example:
:end-before: end super trait 1
```

To implement the super trait, one will have to implement the sub traits,
and the methods defined in the super trait.
To implement the sub trait, one will have to implement the super traits,
and the methods defined in the sub trait.

### Implementing traits

Expand Down
Loading

0 comments on commit d731465

Please sign in to comment.