tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

Update `only` and `except` single-arity parameter names. #110

Closed dgr closed 5 years ago

dgr commented 5 years ago

The single-arity parameter names for the only and except functions did not match the same parameters in the dual-arity versions of the same functions. This makes both arities use the same name for the same parameter.

tolitius commented 5 years ago

thanks!

dgr commented 5 years ago

My pleasure! Thanks for Mount.