uncomplicate / neanderthal

Fast Clojure Matrix Library
http://neanderthal.uncomplicate.org
Eclipse Public License 1.0
1.06k stars 56 forks source link

Typo in error structure #133

Closed quoll closed 1 month ago

quoll commented 1 month ago

Not actually a bug, but the two structures describing the state when throwing an exception has a typo of :stirde-mult rather than :stride-mult

https://github.com/uncomplicate/neanderthal/blob/e4a03ddca20261bf7718b7bcabc66e7ef48ee072/src/clojure/uncomplicate/neanderthal/core.clj#L207 https://github.com/uncomplicate/neanderthal/blob/e4a03ddca20261bf7718b7bcabc66e7ef48ee072/src/clojure/uncomplicate/neanderthal/core.clj#L297

blueberry commented 1 month ago

Thanks. Fixed.