Skip to content

Commit

Permalink
update ST_Crosses fragment (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
varjas authored Sep 25, 2023
1 parent 7dcd892 commit 484a78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/geo_postgis.ex
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defmodule Geo.PostGIS do
end

defmacro st_crosses(geometryA, geometryB) do
quote do: fragment("ST_Crosess(?,?)", unquote(geometryA), unquote(geometryB))
quote do: fragment("ST_Crosses(?,?)", unquote(geometryA), unquote(geometryB))
end

defmacro st_within(geometryA, geometryB) do
Expand Down

0 comments on commit 484a78c

Please sign in to comment.