Skip to content

Commit 28c5473

Browse files
authored
Fix typo
1 parent 6d57fef commit 28c5473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.6/ja/book/dining-philosophers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ fn main() {
230230
<!-- Here, we create five variable bindings with five new philosophers. -->
231231
<!-- If we _didn’t_ define -->
232232
<!-- that `new()` function, it would look like this: -->
233-
ここでは、5つの新しい哲学者に対して5つの変数束縛を作ります。仮に `new` 関数を定義 _しない_ なら、次ように書く必要があります:
233+
ここでは、5つの新しい哲学者に対して5つの変数束縛を作ります。仮に `new` 関数を定義 _しない_ なら、次のように書く必要があります:
234234

235235
```rust
236236
# struct Philosopher {

0 commit comments

Comments
 (0)