Skip to content

Commit 4aad97a

Browse files
authored
Merge pull request #6 from dragon788/patch-1
Fix typo in comments
2 parents 204e566 + b40699b commit 4aad97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/golang.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
" src directory. The GOPATH is set to one directory below the src folder.
2323
"
2424
" Usage:
25-
" Golang is called after a buffer with Python code is saved. QuickFix
25+
" Golang is called after a buffer with Golang code is saved. QuickFix
2626
" window is opened to show errors, warnings and hints provided by Golang.
2727
"
2828
" This is realized with :Golang command. To disable calling Golang every

0 commit comments

Comments
 (0)