From 1b67f35cdc7478ce4cbea865a03ea4978f82f958 Mon Sep 17 00:00:00 2001 From: Mark Kittisopikul Date: Wed, 28 Jun 2023 23:50:26 -0400 Subject: [PATCH] Fix #1083 maxdims -> max_dims in dataspace documentation --- src/dataspaces.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dataspaces.jl b/src/dataspaces.jl index cea2773ee..a668bf614 100644 --- a/src/dataspaces.jl +++ b/src/dataspaces.jl @@ -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