Skip to content

Commit 41044ec

Browse files
Fix typo.
1 parent 6b169ba commit 41044ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/hdevtools.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ function! hdevtools#insert_type()
590590

591591
let l:pos_lines = split(l:output_for_pos, '\n')
592592
if len(l:pos_lines) == 0
593-
call hdevtools#print_error('hdevtools#insert_type: No Type Information.)
593+
call hdevtools#print_error('hdevtools#insert_type: No Type Information.')
594594
return
595595
endif
596596
let l:pos_last_line = l:pos_lines[-1]

0 commit comments

Comments
 (0)