Skip to content

Commit bac89a3

Browse files
committed
ci: generate pages at 17e03fa [ci skip]
1 parent 17e03fa commit bac89a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/1.6/book/unsized-types.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ <h1 class="title">サイズ不定型</h1>
271271
<!-- pointers, can use this `impl`. -->
272272

273273
<p>このように書いたとすると、このコードは <a href="references-and-borrowing.html">参照</a> に対してのみ動作するようになり、他のポインタ型に対しては動作しないことになります。
274-
<code>imp for str</code> のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それを先ずは直さなくてはなりませんが)もこの <code>impl</code> を利用可能になります。</p>
274+
<code>impl for str</code> のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それを先ずは直さなくてはなりませんが)もこの <code>impl</code> を利用可能になります。</p>
275275

276276
<h1 id='sized' class='section-header'><a href='#sized'>?Sized</a></h1>
277277
<!-- If you want to write a function that accepts a dynamically sized type, you -->

0 commit comments

Comments
 (0)