From 9030cf9246843d08212aaeb1d572451a6d279530 Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 6 Jun 2024 09:56:13 +0200 Subject: [PATCH] Fix docs api.go in LPP server --- uclppserver/api.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uclppserver/api.go b/uclppserver/api.go index c710a89..cb7de39 100644 --- a/uclppserver/api.go +++ b/uclppserver/api.go @@ -28,10 +28,10 @@ type UCLPPServerInterface interface { // set the current loadcontrol limit data SetProductionLimit(limit api.LoadLimit) (resultErr error) - // return the currently pending incoming consumption write limits + // return the currently pending incoming production write limits PendingProductionLimits() map[model.MsgCounterType]api.LoadLimit - // accept or deny an incoming consumption write limit + // accept or deny an incoming production write limit // // parameters: // - msg: the incoming write message