Skip to content

Commit ac19f96

Browse files
committed
ci: generate pages at 8d5a463 [ci skip]
1 parent 8d5a463 commit ac19f96

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/ch17-03-oo-design-patterns.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ <h2 id="オブジェクト指向デザインパターンを実装する"><a clas
198198
state objects to change its rules or perhaps add more state objects. Let’s look
199199
at an example of the state design pattern and how to use it in Rust.
200200
-->
201-
<p>ステートパターンを使用することは、プログラムの業務用件が変わる時、状態を保持する値のコードや、
201+
<p>ステートパターンを使用することは、プログラムの業務要件が変わる時、状態を保持する値のコードや、
202202
値を使用するコードを変更する必要はないことを意味します。ステートオブジェクトの1つのコードを更新して、
203203
規則を変更したり、あるいはおそらくステートオブジェクトを追加する必要しかないのです。
204204
ステートデザインパターンの例と、そのRustでの使用方法を見ましょう。</p>

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32910,7 +32910,7 @@ <h2 id="オブジェクト指向デザインパターンを実装する"><a clas
3291032910
state objects to change its rules or perhaps add more state objects. Let’s look
3291132911
at an example of the state design pattern and how to use it in Rust.
3291232912
-->
32913-
<p>ステートパターンを使用することは、プログラムの業務用件が変わる時、状態を保持する値のコードや、
32913+
<p>ステートパターンを使用することは、プログラムの業務要件が変わる時、状態を保持する値のコードや、
3291432914
値を使用するコードを変更する必要はないことを意味します。ステートオブジェクトの1つのコードを更新して、
3291532915
規則を変更したり、あるいはおそらくステートオブジェクトを追加する必要しかないのです。
3291632916
ステートデザインパターンの例と、そのRustでの使用方法を見ましょう。</p>

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)