Skip to content

Commit ac4490b

Browse files
committed
Modify punctuation
1 parent 7981aa5 commit ac4490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

company-phpactor.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
(require 'phpactor)
3333

3434
(defun company-phpactor--get-suggestions (source offset)
35-
"Get completions for current cursor"
35+
"Get completions for current cursor."
3636
(let ((response (phpactor--rpc "complete" (list :source (buffer-substring-no-properties (point-min) (point-max)) :offset (point)))))
3737
(plist-get (plist-get (plist-get response :parameters) :value) :suggestions)))
3838

0 commit comments

Comments
 (0)