diff --git a/src/next/jdbc/result_set.clj b/src/next/jdbc/result_set.clj index 2bb42fe..8d2c22d 100644 --- a/src/next/jdbc/result_set.clj +++ b/src/next/jdbc/result_set.clj @@ -422,7 +422,7 @@ (datafiable-row [this connectable opts] "Produce a datafiable representation of a row from a `ResultSet`.")) -(defn- row-builder +(defn row-builder "Given a `RowBuilder` -- a row materialization strategy -- produce a fully materialized row from it." [builder]