Skip to content

Commit 2e7e0ca

Browse files
Greg RychlewskiGreg Rychlewski
authored andcommitted
typo
1 parent 6b6a70c commit 2e7e0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/myxql/connection.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ defmodule MyXQL.Connection do
288288
Enum.reduce(results, {[], nil}, fn
289289
result, {results, latest_status_flags} ->
290290
# Keep status flags from the last query. The results are given
291-
# this function in reverse order, so it is the first one.
291+
# to this function in reverse order, so it is the first one.
292292
if latest_status_flags do
293293
{[format_result(result, state) | results], latest_status_flags}
294294
else

0 commit comments

Comments
 (0)