We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f77c0d3 commit 8bf7e85Copy full SHA for 8bf7e85
cmd/genxdr/main.go
@@ -265,7 +265,7 @@ func (o {{.Name}}) MarshalXDRInto(m *xdr.Marshaller) error {
265
return nil
266
}//+n
267
268
-// Unmarshal parses the XDR-encoded data and stores the result in the
+// UnmarshalXDR parses the XDR-encoded data and stores the result in the
269
// struct.
270
func (o *{{.Name}}) UnmarshalXDR(bs []byte) error {
271
0 commit comments