Skip to content

Commit 9585f4d

Browse files
authored
Update aas_core_codegen/protobuf/common.py
1 parent fba795e commit 9585f4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aas_core_codegen/protobuf/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def generate_type(type_annotation: intermediate.TypeAnnotationUnion) -> Stripped
141141
message_name = proto_naming.class_name(our_type.name)
142142
if len(our_type.concrete_descendants) > 0:
143143
# NOTE (TomGneuss):
144-
# add the suffix "_choice" to the type name because this type
144+
# We add the suffix "_choice" to the type name because this type
145145
# (either abstract or concrete) has concrete subtypes.
146146
# Thus, a choice-object (with that suffix) will be generated and must
147147
# be used here.

0 commit comments

Comments
 (0)