branch: elpa/rainbow-delimiters
commit d7946fdf9442a14e7a44de07a44ecbccf4e3bbc7
Author: Fanael Linithien <[email protected]>
Commit: Fanael Linithien <[email protected]>

    Fix a typo in a comment.
---
 rainbow-delimiters.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rainbow-delimiters.el b/rainbow-delimiters.el
index 40833c11e6..6d8c2fa0af 100644
--- a/rainbow-delimiters.el
+++ b/rainbow-delimiters.el
@@ -484,7 +484,7 @@ Used by font-lock for dynamic highlighting."
                                                         depth
                                                         delim-pos
                                                         t))
-                    ;; Not an opening delimiters, so it's a closing delimiter.
+                    ;; Not an opening delimiter, so it's a closing delimiter.
                     (let ((closing-delim-info
                            (assq delim rainbow-delimiters-closing-delim-info))
                           (matching-opening-delim (char-after (nth 1 ppss))))

Reply via email to