Skip to content

Commit be5148f

Browse files
Rename utc to UTC in comment
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 04fbfb8 commit be5148f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proto/frequenz/api/common/v1/microgrid/communication_components/communication_components.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ message CommunicationComponentDiagnostic {
173173
// in time, so there is only a single `snapshot_time`. any parallel reads
174174
// happening to produce this data are collapsed under that timestamp.
175175
message CommunicationComponentStateSnapshot {
176-
// the utc time when this snapshot was taken.
176+
// the UTC time when this snapshot was taken.
177177
google.protobuf.Timestamp snapshot_time = 1;
178178

179179
// one or more high-level state codes active at snapshot_time.

0 commit comments

Comments
 (0)