Skip to content

Commit 9622d80

Browse files
committed
Remove an extra space character
1 parent 47f77eb commit 9622d80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scope/lifetime/methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ impl Owner {
1414
}
1515
1616
fn main() {
17-
let mut owner = Owner(18);
17+
let mut owner = Owner(18);
1818
1919
owner.add_one();
2020
owner.print();
@@ -25,4 +25,4 @@ fn main() {
2525

2626
[methods]
2727

28-
[methods]: fn/methods.html
28+
[methods]: fn/methods.html

0 commit comments

Comments
 (0)