Skip to content

Commit

Permalink
📝 Fix typo of type
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed Dec 2, 2023
1 parent 4a9e8ba commit 4708083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/termux_language_server/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def get_query(name: str, filetype: str = "bash") -> Query:
:param name:
:type name: str
:param filetype:
:type filetype: FILETYPE
:type filetype: str
:rtype: Query
"""
if name not in QUERIES:
Expand Down

0 comments on commit 4708083

Please sign in to comment.