rafaqz / DimensionalData.jl

Named dimensions and indexing for julia arrays and other data
https://rafaqz.github.io/DimensionalData.jl/stable/
MIT License
262 stars 38 forks source link

Typo in function name #680

Closed felixcremer closed 3 months ago

felixcremer commented 3 months ago

In this line https://github.com/rafaqz/DimensionalData.jl/blob/main/src/array/broadcast.jl#L88 I suspect it should be _firstdimarray.

rafaqz commented 3 months ago

PR?

felixcremer commented 3 months ago

Yes, as soon as I am back on my computer. Do you have an idea how to test it?

felixcremer commented 3 months ago

Fixed in #681