Skip to content

Commit 6ba924b

Browse files
committed
ci: generate pages at 0ea27fb [ci skip]
1 parent 0ea27fb commit 6ba924b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.6/book/deref-coercions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ <h1 class="title">`Deref` による型強制</h1>
288288

289289
<!-- type implements `Deref<Target=T>`, so this works: -->
290290

291-
<p>以上です! このルールはRustが自動的に変換を行う唯一の箇所の一つです
291+
<p>以上です! このルールはRustが自動的に変換を行う数少ない箇所の一つです
292292
これによって、多くの柔軟性が手にはいります。
293293
例えば <code>Rc&lt;T&gt;</code><code>Deref&lt;Target=T&gt;</code> を実装しているため、以下のコードは正しく動作します:</p>
294294

0 commit comments

Comments
 (0)