Skip to content

Commit 2a0b542

Browse files
Fix mistake in docs
Co-authored-by: Greg Rychlewski <[email protected]>
1 parent da99c79 commit 2a0b542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/sql.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1428,7 +1428,7 @@ defmodule Ecto.Adapters.SQL do
14281428
@doc """
14291429
Receives a stacktrace, and return the first N items before Ecto entries
14301430
1431-
This function is used by default in the `:log_stacktrace_info` config, with
1431+
This function is used by default in the `:log_stacktrace_mfa` config, with
14321432
a size of 1.
14331433
"""
14341434
@spec first_non_ecto_stacktrace(Exception.stacktrace(), Ecto.Repo.t(), non_neg_integer()) ::

0 commit comments

Comments
 (0)