Skip to content

Commit 34b3330

Browse files
committed
OpenSSL::BN.new cannot allow _ToInt
1 parent b520f14 commit 34b3330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/openssl/0/openssl.rbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1907,7 +1907,7 @@ module OpenSSL
19071907
# negative number.
19081908
#
19091909
def initialize: (instance) -> void
1910-
| (int) -> void
1910+
| (Integer) -> void
19111911
| (string) -> void
19121912
| (string, 0 | 2 | 10 | 16) -> void
19131913

0 commit comments

Comments
 (0)