Skip to content

Commit 41ee9d7

Browse files
committed
fix api file
Change-Id: Ic27186d21d498d43ee4759ea950c7c9acd47e513
1 parent 288eb8a commit 41ee9d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/next/66249.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pkg crypto/x509, func ParseOID(string) (OID, error) #66249
22
pkg crypto/x509, method (OID) MarshalText() ([]byte, error) #66249
3-
pkg crypto/x509, method (*OID) UnmarshalText([]byte) (error) #66249
3+
pkg crypto/x509, method (*OID) UnmarshalText([]byte) error #66249
44
pkg crypto/x509, method (OID) MarshalBinary() ([]byte, error) #66249
5-
pkg crypto/x509, method (*OID) UnmarshalBinary([]byte) (error) #66249
5+
pkg crypto/x509, method (*OID) UnmarshalBinary([]byte) error #66249

0 commit comments

Comments
 (0)