Skip to content

Commit

Permalink
Fix JuliaIO#1083 maxdims -> max_dims in dataspace documentation (Juli…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkitti committed Aug 20, 2023
1 parent 095242b commit 1cce07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataspaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ dataspace(n::Nothing) = Dataspace(API.h5s_create(API.H5S_NULL))

# for giving sizes explicitly
"""
dataspace(dims::Tuple; maxdims::Tuple=dims)
dataspace(dims::Tuple; max_dims::Tuple=dims)
Construct a simple `Dataspace` for the given dimensions `dims`. The maximum
dimensions `maxdims` specifies the maximum possible size: `-1` can be used to
Expand Down

0 comments on commit 1cce07b

Please sign in to comment.