Skip to content

Commit 5e7ecc8

Browse files
Remove docs link to Ecto.Repo.update_all (#227)
* Remove docs reference to Ecto.Repo.update_all * Update lib/ecto/adapters/clickhouse.ex link to callback Co-authored-by: felipe stival <14948182+v0idpwn@users.noreply.github.com> --------- Co-authored-by: felipe stival <14948182+v0idpwn@users.noreply.github.com>
1 parent 897eddd commit 5e7ecc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/adapters/clickhouse.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ defmodule Ecto.Adapters.ClickHouse do
119119
end
120120

121121
@doc """
122-
Similar to `Ecto.Repo.update_all/3` but uses [`ALTER TABLE ... UPDATE`](https://clickhouse.com/docs/en/sql-reference/statements/alter/update) instead.
122+
Similar to `c:Ecto.Repo.update_all/3` but uses [`ALTER TABLE ... UPDATE`](https://clickhouse.com/docs/en/sql-reference/statements/alter/update) instead.
123123
124124
For more information and performance implications please see:
125125

0 commit comments

Comments
 (0)