Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 9c94469

Browse files
dimitarvpConnorRigby
authored andcommitted
Correct connection typespec
1 parent 380ced6 commit 9c94469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sqlitex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule Sqlitex do
33
@type charlist :: char_list
44
end
55

6-
@type connection :: {:connection, reference, binary()}
6+
@type connection :: {:connection, reference(), reference()}
77
@type string_or_charlist :: String.t | charlist
88
@type sqlite_error :: {:error, {:sqlite_error, charlist}}
99

0 commit comments

Comments
 (0)