JulianBirch / cljs-ajax

simple asynchronous Ajax client for ClojureScript and Clojure
670 stars 136 forks source link

fix: docstring misplacement #261

Closed jorda0mega closed 3 years ago

jorda0mega commented 3 years ago

while going over function structure in Professional Clojurescript we noticed this library had some of the docstrings in the wrong place, where they should be after function definition before parameters.

JulianBirch commented 3 years ago

Thankyou!

Utterly weirdly, three hours later I got another PR fixing a lot more instances of the same problem: https://github.com/JulianBirch/cljs-ajax/pull/261

Good to see people care about the details like this!