Skip to content

Commit a4b9282

Browse files
committed
fix typo of "scope/lifetime/lifetime_bounds"
1 parent f1e735b commit a4b9282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime/lifetime_bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ struct Ref<'a, T: 'a>(&'a T);
3434
// *references* in `T` must outlive `'a`. Additionally, the lifetime
3535
// of `Ref` may not exceed `'a`.
3636
// `Ref`は`'a`というライフタイムを持つジェネリック型`T`に対する参照を持ち、
37-
// `T`の値 *に対する参照* は必ず`'a`よりも長生きでなくてはならない。
37+
// `T`の値に対する *参照* は必ず`'a`よりも長生きでなくてはならない。
3838
// さらに、`Ref`のライフタイムは`'a`を超えてはならない。
3939
4040
// A generic function which prints using the `Debug` trait.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy