We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5eb86fc + f4edbd5 commit 401ad29Copy full SHA for 401ad29
lib/xml_stream.ex
@@ -31,7 +31,7 @@ defmodule XmlStream do
31
Could be either `Keyword` or `map`. Order of the attributes are
32
preserved in case of `Keyword`
33
"""
34
- @type attrs :: map | Keyword.t() | [{:binary, :binary}]
+ @type attrs :: map | Keyword.t() | [{binary(), binary()}]
35
@type fragment :: [tuple | fragment]
36
37
@typedoc """
0 commit comments