diff --git a/lib/ayesql.ex b/lib/ayesql.ex index cc79e23..0b48b2b 100644 --- a/lib/ayesql.ex +++ b/lib/ayesql.ex @@ -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