We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76c45a commit c14b6b8Copy full SHA for c14b6b8
1.6/ja/book/deref-coercions.md
@@ -3,7 +3,7 @@
3
4
<!-- The standard library provides a special trait, [`Deref`][deref]. It’s normally -->
5
<!-- used to overload `*`, the dereference operator: -->
6
-標準ライブラリは特別なトレイト [`Dref`][deref] を提供します。
+標準ライブラリは特別なトレイト [`Deref`][deref] を提供します。
7
`Deref` は通常、参照外し演算子 `*` をオーバーロードするために利用されます。
8
9
```rust
1.9/ja/book/deref-coercions.md
0 commit comments