We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee0241 commit 6bace04Copy full SHA for 6bace04
lib/elixir/lib/module/types/descr.ex
@@ -852,7 +852,7 @@ defmodule Module.Types.Descr do
852
def empty_list_type?(_), do: false
853
854
@doc """
855
- Optimized version of `not empty?(intersection(binary(), type))`.
+ Optimized version of `not empty?(intersection(bitstring(), type))`.
856
"""
857
def bitstring_type?(:term), do: true
858
def bitstring_type?(%{dynamic: :term}), do: true
0 commit comments