Skip to content

Commit

Permalink
Fix grammar in Exception.message/1 callback (#13791)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 authored Aug 23, 2024
1 parent f408063 commit 27b894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elixir/lib/exception.ex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ defmodule Exception do
@doc """
Receives the exception struct and must return its message.
Most commonly exceptions have a message field which by default is accessed
Many exceptions have a message field which by default is accessed
by this function. However, if an exception does not have a message field,
this function must be explicitly implemented.
"""
Expand Down

0 comments on commit 27b894c

Please sign in to comment.