Skip to content

Commit c9eb1eb

Browse files
committed
Fix docs typo
With thanks to @pankgeorg
1 parent 5be4600 commit c9eb1eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ code. In the examples below we'll use with LibPQ.jl and a `runquery()` function
3737
using SQLStrings
3838
import LibPQ
3939

40-
runquery(conn, sql::SQLStrings.Sql)
40+
function runquery(conn, sql::SQLStrings.Sql)
4141
query, args = SQLStrings.prepare(sql)
4242
LibPQ.execute(conn, query, args)
4343
end

0 commit comments

Comments
 (0)