Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
fix typo: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenrinzema committed Nov 19, 2018
1 parent a9e793d commit 72680f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subl3/gocode.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def fetch_query_completions(self, view, prefix, location):
if self._prefix != prefix:
return

# Check if this query completions request is for the "lates" location
# Check if this query completions request is for the "latest" location
if self._location != location:
return

Expand Down

0 comments on commit 72680f4

Please sign in to comment.