summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust-mode-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index 1b6794e..f255dbf 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -376,7 +376,7 @@ fn bar( a:int,
-> int
{ }
-fn baz( a:int, // shoudl work with a comment here
+fn baz( a:int, // should work with a comment here
b:char)
-> int
{ }