Skip to content

Commit

Permalink
Fix typo in docs (#1862)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosshjb authored and arp242 committed Jun 16, 2018
1 parent d14a50a commit ea7d7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2115,7 +2115,7 @@ Many vim-go commands use the `guru` commandline tool to get information. Some
a reasonable amount of performance `guru` limits this analysis to a selected
list of packages. This is known as the "guru scope".

The default is to use the package the curent buffer belongs to, but this may
The default is to use the package the current buffer belongs to, but this may
not always be correct. For example for the file `guthub.com/user/pkg/a/a.go`
the scope will be set to `github.com/user/pkg/a`, but you probably want
`github.com/user/pkg`
Expand Down

0 comments on commit ea7d7c1

Please sign in to comment.