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 2659321 commit fb33d76Copy full SHA for fb33d76
src/ch17-03-oo-design-patterns.md
@@ -30,7 +30,7 @@ state objects to change its rules or perhaps add more state objects. Let’s loo
30
at an example of the state design pattern and how to use it in Rust.
31
-->
32
33
-ステートパターンを使用することは、プログラムの業務用件が変わる時、状態を保持する値のコードや、
+ステートパターンを使用することは、プログラムの業務要件が変わる時、状態を保持する値のコードや、
34
値を使用するコードを変更する必要はないことを意味します。ステートオブジェクトの1つのコードを更新して、
35
規則を変更したり、あるいはおそらくステートオブジェクトを追加する必要しかないのです。
36
ステートデザインパターンの例と、そのRustでの使用方法を見ましょう。
0 commit comments