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 17e03fa commit bac89a3Copy full SHA for bac89a3
docs/1.6/book/unsized-types.html
@@ -271,7 +271,7 @@ <h1 class="title">サイズ不定型</h1>
271
<!-- pointers, can use this `impl`. -->
272
273
<p>このように書いたとすると、このコードは <a href="references-and-borrowing.html">参照</a> に対してのみ動作するようになり、他のポインタ型に対しては動作しないことになります。
274
-<code>imp for str</code> のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それを先ずは直さなくてはなりませんが)もこの <code>impl</code> を利用可能になります。</p>
+<code>impl for str</code> のように書くことで、すべてのポインタ、ユーザーの定義した独自のスマートポインタ(いくつかの点についてバグがあるので、それを先ずは直さなくてはなりませんが)もこの <code>impl</code> を利用可能になります。</p>
275
276
<h1 id='sized' class='section-header'><a href='#sized'>?Sized</a></h1>
277
<!-- If you want to write a function that accepts a dynamically sized type, you -->
0 commit comments