We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c1c9a commit 48def62Copy full SHA for 48def62
docs/index.adoc
@@ -1346,7 +1346,7 @@ populate an unordered list. We'll change the index function accordingly.
1346
[:head [:title "Todo"]]
1347
[:body
1348
[:ul (for [rs (jdbc/execute! db [list-todos])]
1349
- [:li (:todo/description rs)])]]]}))
+ [:li (:todo/description rs)])]]]}))
1350
----
1351
1352
TIP: It's often a good idea to factor out each SQL string into its own
0 commit comments