jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
829 stars 40 forks source link

update docstring for com.biffweb/q to clarify handling of non-vector :find values #197

Closed jf closed 3 months ago

jf commented 3 months ago

Reading the initial doc, it wasn't altogether clear that the :find value is being specially handled if it isn't a vector... which it is. This patch clarifies that.

(NOTE: I'm guessing that the docs are probably auto-generated from the docstrings here, so I chose to update the docstring here, vs the docs for biffweb.com. If this is not the case, please feel free to let me know.)

jacobobryant commented 3 months ago

Thanks--you're correct; the website docs are autogenerated from these. I'll update the website in a minute.