Skip to content

Commit b8f20df

Browse files
authored
Merge pull request #95 from TAKOYAKING8/fix_scope_borrow
fix typo of "scope/borrow"
2 parents 31ef609 + f72fc62 commit b8f20df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/borrow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn main() {
6060
// Attempt to borrow `_ref_to_i32` after inner value is destroyed
6161
borrow_i32(_ref_to_i32);
6262
// `_ref_to_i32` goes out of scope and is no longer borrowed.
63-
// ここで`_ref_to_int`はスコープを抜け、借用もなくなります。
63+
// ここで`_ref_to_i32`はスコープを抜け、借用もなくなります。
6464
}
6565
6666
// `boxed_i32` can now give up ownership to `eat_box` and be destroyed

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