Skip to content

Commit 28e3978

Browse files
committed
fix typo in code comment
1 parent d4401ed commit 28e3978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/goordinator/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const appName = "goordinator"
2929

3030
var logger *zap.Logger
3131

32-
// Version is set via and ldflag on compilation
32+
// Version is set via a ldflag on compilation
3333
var Version = "unknown"
3434

3535
const EventChannelBufferSize = 1024

0 commit comments

Comments
 (0)