JuliaIO / HDF5.jl

Save and load data in the HDF5 file format from Julia
https://juliaio.github.io/HDF5.jl
MIT License
386 stars 140 forks source link

docs: mention that low-level functions are in API submodule #1052

Closed jwahlstrand closed 1 year ago

jwahlstrand commented 1 year ago

In the section on low-level routines, there was previously no mention of the API submodule where the wrapped functions are defined. Also fix a typo.

musm commented 1 year ago

Thanks