diff options
| author | Nicholas Hubbard <nicholashubbard@posteo.net> | 2022-03-10 13:19:03 -0500 |
|---|---|---|
| committer | Nicholas Hubbard <nicholashubbard@posteo.net> | 2022-03-10 13:19:03 -0500 |
| commit | 74d2d341d3b7484cede5bb8ad1f14fb3629e2df1 (patch) | |
| tree | 175bb4bef552c06a5c3f791df579fde065ba3c2f /test | |
| parent | 81dfd5fd7b9c7d55ab9f69bc11cf9d3a9137ef18 (diff) | |
Documentation grammar.
Diffstat (limited to 'test')
| -rw-r--r-- | test/test-perspective.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-perspective.el b/test/test-perspective.el index f12caa3..5f521de 100644 --- a/test/test-perspective.el +++ b/test/test-perspective.el @@ -2278,7 +2278,7 @@ persp-test-make-sample-environment." (persp-merge "B" "A") (should (equal (list (persp-scratch-buffer "B") "A1" "A2" "B1" "B2") (sort (persp-get-buffer-names "B") #'string-lessp))) - ;; merging are not transitive + ;; merges are not transitive (persp-merge "C" "B") (should (equal (list (persp-scratch-buffer "C") "B1" "B2" "C1" "C2") (sort (persp-get-buffer-names "C") #'string-lessp))) |
