branch: elpa/swift-mode
commit 9714a0c79b39a8aff14f5b0d940fe45b8d01fe1b
Author: Chris Barrett <chris.d.barr...@me.com>
Commit: Chris Barrett <chris.d.barr...@me.com>

    Fix docstring typo
---
 swift-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swift-mode.el b/swift-mode.el
index f9ff226..84c85df 100644
--- a/swift-mode.el
+++ b/swift-mode.el
@@ -92,7 +92,7 @@
       (current-column))))
 
 (defun swift-indent--at-enum-case? ()
-  "Non-nil if point is at the case keyword at the top-level of an enum 
declaration."
+  "Non-nil if point is at a case keyword at the top-level of an enum 
declaration."
   (save-excursion
     (back-to-indentation)
     (when (looking-at (rx bow "case" eow))

Reply via email to