Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann authored Mar 30, 2024
1 parent 02f504c commit b3683ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/safeds_stubgen/stubs_generator/_generate_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ def _create_type_string(self, type_data: dict | None) -> str:
case _:
self._add_to_imports(type_data["qname"])

# inner classes that are private should not be used as types, therefore we add a TOD0
# inner classes that are private should not be used as types, therefore we add a TODO
if name[0] == "_" and type_data["qname"] not in self.module_imports:
self._current_todo_msgs.add("internal class as type")

Expand Down

0 comments on commit b3683ea

Please sign in to comment.