diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2023-05-01 16:06:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-01 16:06:39 (GMT) |
commit | 265494b5b94c9f83ce80e06669bab83398c1970b (patch) | |
tree | ca6731061157e3022611c66e0237bf42e0fb5b2f /doxygen/dox/LearnBasics2.dox | |
parent | 0dceadf245a50f9f8cfe5f75f7caa41471e319a0 (diff) | |
download | hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.zip hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.gz hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.bz2 |
Remove "the the" from comments and docs (#2865)
Diffstat (limited to 'doxygen/dox/LearnBasics2.dox')
-rw-r--r-- | doxygen/dox/LearnBasics2.dox | 2 |
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. |