Fix typo in example
This commit is contained in:
parent
7bbc626950
commit
8f6844aa5d
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ create table example(
|
|||
```clojure
|
||||
|
||||
(execute-one! db-spec
|
||||
["insert into example(tags) values (?)"
|
||||
(into-array String ["tag1" "tag2"]))
|
||||
["insert into example(tags) values (?)"
|
||||
(into-array String ["tag1" "tag2"])])
|
||||
|
||||
(execute-one! db-spec
|
||||
["select * from example limit 1"])
|
||||
|
|
|
|||
Loading…
Reference in a new issue