From 94e10d3e2a9635f87fbb145ad8bac555e2b3962d Mon Sep 17 00:00:00 2001 From: Daniel Kukula Date: Thu, 30 Nov 2023 06:56:13 +0000 Subject: [PATCH] lowercase a --- lib/ayesql.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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