diff options
author | mattjala <124107509+mattjala@users.noreply.github.com> | 2023-03-08 21:08:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 21:08:04 (GMT) |
commit | 4b7bdfec697d9b72f352afde979b0ab95cce0a88 (patch) | |
tree | ed03f9d4e575af261875792c49dc9f4edeea5f5f /doxygen | |
parent | 04682f2788d8e070cbc48f0e271c793f298544cb (diff) | |
download | hdf5-4b7bdfec697d9b72f352afde979b0ab95cce0a88.zip hdf5-4b7bdfec697d9b72f352afde979b0ab95cce0a88.tar.gz hdf5-4b7bdfec697d9b72f352afde979b0ab95cce0a88.tar.bz2 |
Update ReferenceManual.dox (#2517)
Diffstat (limited to 'doxygen')
-rw-r--r-- | doxygen/dox/ReferenceManual.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/dox/ReferenceManual.dox b/doxygen/dox/ReferenceManual.dox index b9bcd49..40f8b8a 100644 --- a/doxygen/dox/ReferenceManual.dox +++ b/doxygen/dox/ReferenceManual.dox @@ -158,7 +158,7 @@ Follow these simple rules and stay out of trouble: \li \Bold{Dynamic memory allocation:} The API contains a few functions in which the HDF5 library dynamically allocates memory on the caller's behalf. The caller owns this memory and eventually must free it by calling H5free_memory() and not language-explicit memory functions. -\li \Bold{Be careful with that saw:} Do not modify the underlying collection when an +\li \Bold{Don't modify while iterating:} Do not modify the underlying collection when an iteration is in progress! \li \Bold{Use of locations:} Certain API functions, typically called \Code{H5***_by_name} use a combination of identifiers and path names to refer to HDF5 objects. |