diff options
| author | Joseph Crail <jbcrail@gmail.com> | 2014-10-25 23:10:16 -0400 |
|---|---|---|
| committer | Joseph Crail <jbcrail@gmail.com> | 2014-10-25 23:11:17 -0400 |
| commit | a59ef8ef493e3aa7e331db7304a0496dca3314fa (patch) | |
| tree | f753f63fd93b737336614554cc92a8d8e104cbbe | |
| parent | efbc8101fe398ca52fdbd78d353aeac45cda3494 (diff) | |
| download | rust-mode-a59ef8ef493e3aa7e331db7304a0496dca3314fa.tar.gz | |
Fix spelling mistakes in comments.
| -rw-r--r-- | rust-mode-tests.el | 2 |
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 { } |
