From b255acdc692cb5aa2a6def9eb5f11488c7460c03 Mon Sep 17 00:00:00 2001 From: toku-sa-n Date: Tue, 16 Jun 2020 13:22:41 +0900 Subject: [PATCH] =?UTF-8?q?Add=20"=E3=80=81"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/dropck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dropck.md b/src/dropck.md index 93990ea..368133b 100644 --- a/src/dropck.md +++ b/src/dropck.md @@ -376,7 +376,7 @@ the attribute from `'a` and `U`, because we do access data with that lifetime and that type: --> -このアトリビュートはライフタイムや型パラメータにいくつでも適用することが出来ます。 +このアトリビュートは、ライフタイムや型パラメータにいくつでも適用することが出来ます。 以下の例では、 `'b` のライフタイムを持つ参照の先にあるデータにアクセスしないこと、 そして、 `T` がムーブやドロップにのみ使用されることを主張します。 しかし、 `'a` と `U` にはこのアトリビュートは省略します。なぜなら、これらのライフタイムや