Skip to content

Commit 91cdbb8

Browse files
author
_
committed
Added a missing backtick in a comment in chapter 15.4.
1 parent 2b15c0a commit 91cdbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scope/lifetime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ fn main() {
2626
let borrow1 = &i; // `borrow1` lifetime starts. ──┐│
2727
// ││
2828
println!("borrow1: {}", borrow1); // ││
29-
} // `borrow1 ends. ─────────────────────────────────┘│
29+
} // `borrow1` ends. ─────────────────────────────────┘│
3030
// │
3131
// │
3232
{ // │

0 commit comments

Comments
 (0)