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/mint/http.ex
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ defmodule Mint.HTTP do

This guard is useful in `receive` loops or in callbacks that handle generic messages (such as a
`c:GenServer.handle_info/2` callback) so that you don't have to hand the `message` to
`Mint.HTTP.stream/2` and check for the `:unknown_message` return value.
`Mint.HTTP.stream/2` and check for the `:unknown` return value.

This macro can be used in guards.

Expand Down
Loading