Skip to content

Commit a2ed7f3

Browse files
committed
modify 'deriving' to 'derive'
1 parent 0277823 commit a2ed7f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.6/ja/book/traits.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ error: the trait `main::Foo` is not implemented for the type `main::Baz` [E0277]
553553
```
554554

555555
<!-- # Deriving -->
556-
# 導出
556+
# Derive
557557

558558
<!-- Implementing traits like `Debug` and `Default` repeatedly can become
559559
quite tedious. For that reason, Rust provides an [attribute][attributes] that
@@ -572,7 +572,7 @@ fn main() {
572572
[attributes]: attributes.html
573573

574574
<!-- However, deriving is limited to a certain set of traits: -->
575-
ただし、導出は以下の特定のトレイトに制限されています
575+
ただし、deriveは以下の特定のトレイトに制限されています
576576

577577
- [`Clone`](../core/clone/trait.Clone.html)
578578
- [`Copy`](../core/marker/trait.Copy.html)

0 commit comments

Comments
 (0)