diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-02-15 01:22:09 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2019-02-15 01:22:09 (GMT) |
commit | c3e0799071619a8f9c712b944b6c93c8c51ab280 (patch) | |
tree | 87b0979e3a03f48e4459dc915ceed81ef8d384c5 /c++/src | |
parent | d6036ce89fe0a284bd1e6486fc6a50e932dd1e2f (diff) | |
download | hdf5-c3e0799071619a8f9c712b944b6c93c8c51ab280.zip hdf5-c3e0799071619a8f9c712b944b6c93c8c51ab280.tar.gz hdf5-c3e0799071619a8f9c712b944b6c93c8c51ab280.tar.bz2 |
Fixing typo in documentation
Diffstat (limited to 'c++/src')
-rw-r--r-- | c++/src/H5CppDoc.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/c++/src/H5CppDoc.h b/c++/src/H5CppDoc.h index 0da98a4..c1711bc 100644 --- a/c++/src/H5CppDoc.h +++ b/c++/src/H5CppDoc.h @@ -53,9 +53,7 @@ * <br /> * \section install_sec Installation * - * The HDF5 C++ API is included with the HDF5 source code and can - * be obtained from - * + * The HDF5 C++ API is included with the HDF5 source code. * Please refer to the release_docs/INSTALL file under the top directory * of the HDF5 source code for information about installing, building, * and testing the C++ API. |