Skip to content

Commit ddf53b5

Browse files
khollbachsteveklabnik
authored andcommitted
Fix typo in Rebasing example
Since we added "print(goodbye)" in the child commit, we shouldn't see it when editing the parent commit. This is what I found when following along, at least. Thanks for making this tutorial!
1 parent 1908913 commit ddf53b5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sharing-code/updating-prs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,6 @@ and update `src/main.rs`:
261261
/// The main function runs when our program starts
262262
fn main() {
263263
print("Hello, world!");
264-
print("Goodbye, world!");
265264
}
266265

267266
// a function that prints a message

0 commit comments

Comments
 (0)