Skip to content

Commit 41f1759

Browse files
committed
Add "、"
1 parent 59b6203 commit 41f1759

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dropck.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ of an inspector's destructor might access that borrowed data.
283283

284284
理由は、 `main` の借用チェックの際、 借用チェッカは上記 2 つの例の、それぞれの Inspector の Drop の実装の
285285
内部については知らないからです。借用チェッカが `main` の分析をしている間、 inspector の
286-
デストラクタの本体が借用されたデータにアクセスするかもしれないと借用チェッカが認識しているからです
286+
デストラクタの本体が、借用されたデータにアクセスするかもしれないと借用チェッカが認識しているからです
287287

288288
<!--
289289
Therefore, the drop checker forces all borrowed data in a value to

0 commit comments

Comments
 (0)