Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmittag committed Jul 19, 2024
1 parent 5b0f01b commit 10c9ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velocitas_lib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def discover_files_in_filetree(
file_type: str
) -> List[str]:
"""
Recursively search for .proto files under the specified tree root.
Recursively search for files with a specific file type under the tree root.
Args:
tree_root (str): The path to the tree root to search from.
Expand Down

0 comments on commit 10c9ae9

Please sign in to comment.