emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode a59ef8e 090/486: Fix spelling mistakes in commen


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode a59ef8e 090/486: Fix spelling mistakes in comments.
Date: Sat, 7 Aug 2021 09:24:55 -0400 (EDT)

branch: elpa/rust-mode
commit a59ef8ef493e3aa7e331db7304a0496dca3314fa
Author: Joseph Crail <jbcrail@gmail.com>
Commit: Joseph Crail <jbcrail@gmail.com>

    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
 { }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]