Skip to content

Commit

Permalink
Fix dialyzer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
michalmuskala committed Mar 21, 2018
1 parent 6601202 commit a57b430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/encode.ex
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule Jason.Encode do

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

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

Expand Down

0 comments on commit a57b430

Please sign in to comment.