summaryrefslogtreecommitdiffstats
path: root/doxygen/dox/LearnBasics3.dox
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2023-05-01 16:06:39 (GMT)
committerGitHub <noreply@github.com>2023-05-01 16:06:39 (GMT)
commit265494b5b94c9f83ce80e06669bab83398c1970b (patch)
treeca6731061157e3022611c66e0237bf42e0fb5b2f /doxygen/dox/LearnBasics3.dox
parent0dceadf245a50f9f8cfe5f75f7caa41471e319a0 (diff)
downloadhdf5-265494b5b94c9f83ce80e06669bab83398c1970b.zip
hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.gz
hdf5-265494b5b94c9f83ce80e06669bab83398c1970b.tar.bz2
Remove "the the" from comments and docs (#2865)
Diffstat (limited to 'doxygen/dox/LearnBasics3.dox')
-rw-r--r--doxygen/dox/LearnBasics3.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/LearnBasics3.dox b/doxygen/dox/LearnBasics3.dox
index 2fe0f52..06afacd 100644
--- a/doxygen/dox/LearnBasics3.dox
+++ b/doxygen/dox/LearnBasics3.dox
@@ -210,7 +210,7 @@ For details on compiling an HDF5 application:
an extendible array dataset, pass in #H5P_DATASET_CREATE for the property list class.
\li The #H5Pset_chunk call modifies a Dataset Creation Property List instance to store a chunked
layout dataset and sets the size of the chunks used.
-\li To extend an unlimited dimension dataset use the the #H5Dset_extent call. Please be aware that
+\li To extend an unlimited dimension dataset use the #H5Dset_extent call. Please be aware that
after this call, the dataset's dataspace must be refreshed with #H5Dget_space before more data can be accessed.
\li The #H5Pget_chunk call retrieves the size of chunks for the raw data of a chunked layout dataset.
\li Once there is no longer a need for a Property List instance, it should be closed with the #H5Pclose call.