Skip to content

Commit a1bbc0c

Browse files
authored
Fix typo (#4595)
1 parent 2e66ee8 commit a1bbc0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ecto/query.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -1090,7 +1090,7 @@ defmodule Ecto.Query do
10901090
{"cities", Source} |> select([c], c)
10911091
10921092
# Ecto.Query
1093-
from(c in Cities) |> select([c], c)
1093+
from(c in City) |> select([c], c)
10941094
10951095
## Examples
10961096

0 commit comments

Comments
 (0)