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.
2 parents 7a15e08 + 28c5473 commit 9362676Copy full SHA for 9362676
1.6/ja/book/dining-philosophers.md
@@ -230,7 +230,7 @@ fn main() {
230
<!-- Here, we create five variable bindings with five new philosophers. -->
231
<!-- If we _didn’t_ define -->
232
<!-- that `new()` function, it would look like this: -->
233
-ここでは、5つの新しい哲学者に対して5つの変数束縛を作ります。仮に `new` 関数を定義 _しない_ なら、次ように書く必要があります:
+ここでは、5つの新しい哲学者に対して5つの変数束縛を作ります。仮に `new` 関数を定義 _しない_ なら、次のように書く必要があります:
234
235
```rust
236
# struct Philosopher {
0 commit comments