branch: elpa/rust-mode
commit a59ef8ef493e3aa7e331db7304a0496dca3314fa
Author: Joseph Crail <[email protected]>
Commit: Joseph Crail <[email protected]>
Fix spelling mistakes in comments.
---
rust-mode-tests.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
{ }