Skip to content

Commit b5c5d53

Browse files
committed
Fix typo and improve TODO comment.
1 parent 14c7597 commit b5c5d53

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mkdocstrings_handlers/vba/handler.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ def get_handler(
6969
"""
7070
return VbaHandler(
7171
# TODO How do we get the path of the directory containing mkdocs.yml here?
72-
# Indentifiers for .bas files need to be found relative to that.
72+
# Identifiers for .bas files need to be found relative to that.
73+
# See question asked at https://github.com/mkdocstrings/mkdocstrings/issues/387#issuecomment-1048869214
7374
collector=VbaCollector(base_dir=Path(".")),
7475
renderer=VbaRenderer("vba", theme, custom_templates),
7576
)

0 commit comments

Comments
 (0)