Skip to content

Commit 16d5a02

Browse files
committed
Fix typo and quote function name in doc comment
1 parent 52c6fad commit 16d5a02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

flymake-phpstan.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"Flymake backend for PHPStan report using REPORT-FN."
9191
(let ((command-args (phpstan-get-command-args)))
9292
(unless (car command-args)
93-
(user-error "Cannot find a phpstan executtable command"))
93+
(user-error "Cannot find a phpstan executable command"))
9494
(when (process-live-p flymake-phpstan--proc)
9595
(kill-process flymake-phpstan--proc))
9696
(let ((source (current-buffer)))
@@ -102,7 +102,7 @@
102102

103103
;;;###autoload
104104
(defun flymake-phpstan-turn-on ()
105-
"Enable flymake-phpstan as buffer-local Flymake backend."
105+
"Enable `flymake-phpstan' as buffer-local Flymake backend."
106106
(interactive)
107107
(let ((enabled (phpstan-enabled)))
108108
(when enabled

0 commit comments

Comments
 (0)