Skip to content

Commit 249e3ce

Browse files
committed
Merge pull request #40 from MicahChalmer/fix-comment-typos
Fix typo/missing lines in comment in test
2 parents 97f6445 + 5b73df1 commit 249e3ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rust-mode-tests.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,12 +1124,14 @@ supposed to back out of all parens, but `beginning-of-defun'
11241124
could leave it inside parens if a fn appears inside them.
11251125
11261126
Having said that, as I write this I don't understand fully what
1127-
internal state was corruped and how. There wasn't an obvious
1127+
internal state was corrupted and how. There wasn't an obvious
11281128
pattern to what did and did not trip it."
11291129

11301130
;; When bug #36 was present, the following test would pass, but running it
11311131
;; caused some unknown emacs state to be corrupted such that the following
11321132
;; test failed. Both the "blank_line" and "indented_closing_brace" functions
1133+
;; were needed to expose the error, for instance--deleting either of them
1134+
;; would make the failure go away.
11331135
(with-temp-buffer
11341136
(rust-mode)
11351137
(insert "fn blank_line(arg:int) -> bool {

0 commit comments

Comments
 (0)