Skip to content

Commit a57b430

Browse files
committed
Fix dialyzer issue
1 parent 6601202 commit a57b430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/encode.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule Jason.Encode do
2020

2121
alias Jason.{Codegen, EncodeError, Encoder, Fragment}
2222

23-
@typep escape :: (String.t, String.t, integer, iodata -> iodata)
23+
@typep escape :: (String.t, String.t, integer -> iodata)
2424
@typep encode_map :: (map, escape, encode_map -> iodata)
2525
@opaque opts :: {escape, encode_map}
2626

0 commit comments

Comments
 (0)