fix select! docstring

This commit is contained in:
Sean Corfield 2021-11-03 16:53:45 -07:00
parent 431b787e13
commit 5d68f59608

View file

@ -55,7 +55,7 @@
Note: this allows for the following usage, which returns a vector Note: this allows for the following usage, which returns a vector
of all the values for a single column: of all the values for a single column:
`(plan/select! ds :id (jdbc/plan ...))` `(plan/select! ds :id [\"select * from table\"])`
The result is a vector by default, but can be changed using the The result is a vector by default, but can be changed using the
`:into` option to provide the initial data structure into which `:into` option to provide the initial data structure into which