Skip to content

Commit 0c05699

Browse files
change doc
1 parent 307274d commit 0c05699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crypto/rsa/rsa.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ func (pub *PublicKey) Size() int {
5959

6060
// Equal reports whether pub and x have the same value.
6161
//
62-
// x must be a pointer to [PublicKey]
62+
// applie only to [*PublicKey], returns false in other cases.
6363
func (pub *PublicKey) Equal(x crypto.PublicKey) bool {
6464
xx, ok := x.(*PublicKey)
6565
if !ok {

0 commit comments

Comments
 (0)