We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba795e commit 9585f4dCopy full SHA for 9585f4d
aas_core_codegen/protobuf/common.py
@@ -141,7 +141,7 @@ def generate_type(type_annotation: intermediate.TypeAnnotationUnion) -> Stripped
141
message_name = proto_naming.class_name(our_type.name)
142
if len(our_type.concrete_descendants) > 0:
143
# NOTE (TomGneuss):
144
- # add the suffix "_choice" to the type name because this type
+ # We add the suffix "_choice" to the type name because this type
145
# (either abstract or concrete) has concrete subtypes.
146
# Thus, a choice-object (with that suffix) will be generated and must
147
# be used here.
0 commit comments