Skip to content

Commit 0850aa1

Browse files
committed
Fix typo
thanks to enbility/cemd#44
1 parent dd75bd0 commit 0850aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

usecases/api/cs_lpp.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ type CsLPPInterface interface {
2727
// set the current loadcontrol limit data
2828
SetProductionLimit(limit LoadLimit) (resultErr error)
2929

30-
// return the currently pending incoming consumption write limits
30+
// return the currently pending incoming production write limits
3131
PendingProductionLimits() map[model.MsgCounterType]LoadLimit
3232

33-
// accept or deny an incoming consumption write limit
33+
// accept or deny an incoming production write limit
3434
//
3535
// parameters:
3636
// - msg: the incoming write message

0 commit comments

Comments
 (0)