Skip to content

Commit

Permalink
Remove 's' from CTRL+S
Browse files Browse the repository at this point in the history
  • Loading branch information
commonsensesoftware committed Oct 26, 2023
1 parent f3548bb commit 5e4964f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/src/guide/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct FooImpl {

impl Foo for FooImpl {
fn do_work(&self) {
self.bar.do_work()s
self.bar.do_work()
}
}

Expand Down

0 comments on commit 5e4964f

Please sign in to comment.