Przeglądaj źródła

accounts/usbwallet: correct comment typo (#16998)

Husam Ibrahim 7 lat temu
rodzic
commit
28aca90716
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      accounts/usbwallet/internal/trezor/trezor.go

+ 1 - 1
accounts/usbwallet/internal/trezor/trezor.go

@@ -36,7 +36,7 @@ func Type(msg proto.Message) uint16 {
 }
 
 // Name returns the friendly message type name of a specific protocol buffer
-// type numbers.
+// type number.
 func Name(kind uint16) string {
 	name := MessageType_name[int32(kind)]
 	if len(name) < 12 {