فهرست منبع

accounts/usbwallet: correct comment typo (#16998)

Husam Ibrahim 7 سال پیش
والد
کامیت
28aca90716
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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 {