Skip to content

Commit c14b6b8

Browse files
committed
Fix typo (Dref -> Deref)
1 parent e76c45a commit c14b6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1.6/ja/book/deref-coercions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- The standard library provides a special trait, [`Deref`][deref]. It’s normally -->
55
<!-- used to overload `*`, the dereference operator: -->
6-
標準ライブラリは特別なトレイト [`Dref`][deref] を提供します。
6+
標準ライブラリは特別なトレイト [`Deref`][deref] を提供します。
77
`Deref` は通常、参照外し演算子 `*` をオーバーロードするために利用されます。
88

99
```rust

1.9/ja/book/deref-coercions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<!-- The standard library provides a special trait, [`Deref`][deref]. It’s normally -->
55
<!-- used to overload `*`, the dereference operator: -->
6-
標準ライブラリは特別なトレイト [`Dref`][deref] を提供します。
6+
標準ライブラリは特別なトレイト [`Deref`][deref] を提供します。
77
`Deref` は通常、参照外し演算子 `*` をオーバーロードするために利用されます。
88

99
```rust

0 commit comments

Comments
 (0)