Skip to content

Commit 8bf7e85

Browse files
committed
Fixed typo in UnmarshalXDR docs
1 parent f77c0d3 commit 8bf7e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/genxdr/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ func (o {{.Name}}) MarshalXDRInto(m *xdr.Marshaller) error {
265265
return nil
266266
}//+n
267267
268-
// Unmarshal parses the XDR-encoded data and stores the result in the
268+
// UnmarshalXDR parses the XDR-encoded data and stores the result in the
269269
// struct.
270270
func (o *{{.Name}}) UnmarshalXDR(bs []byte) error {
271271
return nil

0 commit comments

Comments
 (0)