We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c4b6d2 + 8d83e22 commit 912a3deCopy full SHA for 912a3de
proto/shared/shared.data_type.proto
@@ -102,7 +102,7 @@ message DataTypeIdentifier {
102
103
message GenericType {
104
DataTypeIdentifier data_type_identifier = 1;
105
- repeated GenericMapper generic_mapper = 2;
+ repeated GenericMapper generic_mappers = 2;
106
}
107
108
message GenericMapper {
proto/shared/shared.runtime_function.proto
@@ -16,7 +16,7 @@ message FunctionGenericMapper {
16
17
// can only be a generic key
18
string target = 3;
19
- optional string paramter_id = 4;
+ optional string parameter_id = 4;
20
21
22
// Definition of a function used for execution
0 commit comments