Skip to content

Commit c4219c0

Browse files
committed
Fix a comment
1 parent ef1e40d commit c4219c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/server/electricalconnection.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ func (e *ElectricalConnection) AddDescription(
5555
return nil
5656
}
5757

58-
// Add a new parameter description data sett and return the parameterId
58+
// Add a new parameter description data set and return the parameterId
5959
//
60-
// NOTE: the electricalConnectionId has to be provided, parameterId may not be provided
60+
// NOTE: the electricalConnectionId has to be provided, parameterId shall not be provided
6161
//
6262
// will return nil if the data set could not be added
6363
func (e *ElectricalConnection) AddParameterDescription(

0 commit comments

Comments
 (0)