Browse Source

Chore: grammar correction

pull/88/head
xjasonlyu 3 years ago
parent
commit
733c4cb779
  1. 2
      constant/metadata.go

2
constant/metadata.go

@ -83,7 +83,7 @@ func (m *Metadata) Network() string {
}
// String returns destination address of this metadata.
// Also for implementing net.Addr interface.
// Also, it implements net.Addr interface.
func (m *Metadata) String() string {
return m.DestinationAddress()
}

Loading…
Cancel
Save