1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00

typo fixes and added comments

This commit is contained in:
Henrik Hautakoski 2024-08-26 13:08:58 +02:00
parent 48ca5e4f92
commit c769b6a700
7 changed files with 11 additions and 9 deletions

View file

@ -13,7 +13,7 @@ type MessageQueue struct {
// Writer to write messages to
writer driver.Writer
// encoder to encode messages with
// Encoder to encode messages with
encode message.Encoder
}