Skip to content

Commit 1213400

Browse files
committed
ci: generate pages at 65f068e [ci skip]
1 parent 65f068e commit 1213400

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch19-01-unsafe-rust.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ <h3 id="生ポインタを参照外しする"><a class="header" href="#生ポイ
415415
Creating a pointer does no harm; it’s only when we try to access the value that
416416
it points at that we might end up dealing with an invalid value.
417417
-->
418-
<p>ポインタの生成は害を及ぼしません; 無効な値を扱うことに落ち着く可能性のあるポインタが指している値にアクセスしようとする時のみです</p>
418+
<p>ポインタの生成は害を及ぼしません; 問題が起こり得るのはポインタが指している値にアクセスしようとするときのみで、この際に無効な値を扱うことになる可能性があります</p>
419419
<!--
420420
Note also that in Listing 19-1 and 19-3, we created `*const i32` and `*mut i32`
421421
raw pointers that both pointed to the same memory location, where `num` is

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35928,7 +35928,7 @@ <h3 id="生ポインタを参照外しする"><a class="header" href="#生ポイ
3592835928
Creating a pointer does no harm; it’s only when we try to access the value that
3592935929
it points at that we might end up dealing with an invalid value.
3593035930
-->
35931-
<p>ポインタの生成は害を及ぼしません; 無効な値を扱うことに落ち着く可能性のあるポインタが指している値にアクセスしようとする時のみです。</p>
35931+
<p>ポインタの生成は害を及ぼしません; 問題が起こり得るのはポインタが指している値にアクセスしようとするときのみで、この際に無効な値を扱うことになる可能性があります。</p>
3593235932
<!--
3593335933
Note also that in Listing 19-1 and 19-3, we created `*const i32` and `*mut i32`
3593435934
raw pointers that both pointed to the same memory location, where `num` is

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)