sig/transcoder/form.rbs in httpx-0.10.0 vs sig/transcoder/form.rbs in httpx-0.10.1
- old
+ new
@@ -8,9 +8,9 @@
include _Encoder
include _ToS
private
- def initalize: (urlencoded_input form) -> untyped
+ def initialize: (urlencoded_input form) -> untyped
end
end
end