summaryrefslogtreecommitdiffstats
path: root/doxygen/dox/LearnBasics2.dox
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-02 05:25:48 (GMT)
committerGitHub <noreply@github.com>2023-05-02 05:25:48 (GMT)
commit6eb021b68a8b46bbc89844713f014e6ba729ca7d (patch)
tree25a971cb952841ac796db4f72a4be850ac2ce437 /doxygen/dox/LearnBasics2.dox
parentda46fdbf50984636aeac936386068939a3760fe4 (diff)
downloadhdf5-6eb021b68a8b46bbc89844713f014e6ba729ca7d.zip
hdf5-6eb021b68a8b46bbc89844713f014e6ba729ca7d.tar.gz
hdf5-6eb021b68a8b46bbc89844713f014e6ba729ca7d.tar.bz2
Sync with develop (#2871)
Diffstat (limited to 'doxygen/dox/LearnBasics2.dox')
-rw-r--r--doxygen/dox/LearnBasics2.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/LearnBasics2.dox b/doxygen/dox/LearnBasics2.dox
index 6f94c7f..87bbe87 100644
--- a/doxygen/dox/LearnBasics2.dox
+++ b/doxygen/dox/LearnBasics2.dox
@@ -788,7 +788,7 @@ The function #H5Tarray_create creates a new array datatype object. Parameters sp
\li the dimension permutation of the array, i.e., whether the elements of the array are listed in C or FORTRAN order.
<h4>Working with existing array datatypes</h4>
-When working with existing arrays, one must first determine the the rank, or number of dimensions, of the array.
+When working with existing arrays, one must first determine the rank, or number of dimensions, of the array.
The function #H5Tget_array_dims returns the rank of a specified array datatype.