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

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

[nongnu] elpa/rust-mode 249e3ce 134/486: Merge pull request #40 from Mic


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 249e3ce 134/486: Merge pull request #40 from MicahChalmer/fix-comment-typos
Date: Sat, 7 Aug 2021 09:25:04 -0400 (EDT)

branch: elpa/rust-mode
commit 249e3cef5d3dacfec1c1947637d009dafa0fad8d
Merge: 97f6445 5b73df1
Author: Felix S Klock II <pnkfelix@pnkfx.org>
Commit: Felix S Klock II <pnkfelix@pnkfx.org>

    Merge pull request #40 from MicahChalmer/fix-comment-typos
    
    Fix typo/missing lines in comment in test
---
 rust-mode-tests.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index 50fb8a0..4b32e94 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -1124,12 +1124,14 @@ supposed to back out of all parens, but 
`beginning-of-defun'
 could leave it inside parens if a fn appears inside them.
 
 Having said that, as I write this I don't understand fully what
-internal state was corruped and how.  There wasn't an obvious
+internal state was corrupted and how.  There wasn't an obvious
 pattern to what did and did not trip it."
   
   ;; When bug #36 was present, the following test would pass, but running it
   ;; caused some unknown emacs state to be corrupted such that the following
   ;; test failed.  Both the "blank_line" and "indented_closing_brace" functions
+  ;; were needed to expose the error, for instance--deleting either of them
+  ;; would make the failure go away.
   (with-temp-buffer
     (rust-mode)
     (insert "fn blank_line(arg:int) -> bool {



reply via email to

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