Skip to content
This repository was archived by the owner on Jun 29, 2024. It is now read-only.

Commit 307488e

Browse files
committed
Fix comment for UCLPC and UCLPCServer
1 parent c7bc7a2 commit 307488e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

uclpc/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
//go:generate mockery
1212

13-
// interface for the Limitation of Power Consumption UseCase as a server
13+
// interface for the Limitation of Power Consumption UseCase
1414
type UCLPCInterface interface {
1515
api.UseCaseInterface
1616

uclpcserver/api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88

99
//go:generate mockery
1010

11-
// interface for the Monitoring of Power Consumption UseCase
11+
// interface for the Limitation of Power Consumption UseCase as a server
1212
type UCLPCServerInterface interface {
1313
api.UseCaseInterface
1414

0 commit comments

Comments
 (0)