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.
1 parent ef1e40d commit c4219c0Copy full SHA for c4219c0
features/server/electricalconnection.go
@@ -55,9 +55,9 @@ func (e *ElectricalConnection) AddDescription(
55
return nil
56
}
57
58
-// Add a new parameter description data sett and return the parameterId
+// Add a new parameter description data set and return the parameterId
59
//
60
-// NOTE: the electricalConnectionId has to be provided, parameterId may not be provided
+// NOTE: the electricalConnectionId has to be provided, parameterId shall not be provided
61
62
// will return nil if the data set could not be added
63
func (e *ElectricalConnection) AddParameterDescription(
0 commit comments