Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/elixir/lib/module/types/descr.ex
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ defmodule Module.Types.Descr do
def empty_list_type?(_), do: false

@doc """
Optimized version of `not empty?(intersection(binary(), type))`.
Optimized version of `not empty?(intersection(bitstring(), type))`.
"""
def bitstring_type?(:term), do: true
def bitstring_type?(%{dynamic: :term}), do: true
Expand Down