Skip to content

Commit

Permalink
lowercase a
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuku authored and alexdesousa committed Nov 30, 2023
1 parent 9aa2736 commit 94e10d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ayesql.ex
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ defmodule AyeSQL do
possible values are:
- an empty map: `Map.new()` or `%{}`
- an empty list: Keyword.new()` or `[]`
- A struct
- a struct
- `:raw` - will return unmodified Postgrex result
```elixir
Expand Down

0 comments on commit 94e10d3

Please sign in to comment.