From bbb0acf353920f8315ad59e80e9e8d0754cca655 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 17 Feb 2022 04:58:35 +0800 Subject: Fixed AbstractDs::getVarLenType documentation (#1441) --- c++/src/H5AbstractDs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c++/src/H5AbstractDs.cpp b/c++/src/H5AbstractDs.cpp index eeb0155..70d8531 100644 --- a/c++/src/H5AbstractDs.cpp +++ b/c++/src/H5AbstractDs.cpp @@ -302,7 +302,7 @@ AbstractDs::getStrType() const //-------------------------------------------------------------------------- // Function: AbstractDs::getVarLenType -///\brief Returns the floating-point datatype of this abstract dataset, +///\brief Returns the variable length datatype of this abstract dataset, /// which can be a dataset or an attribute. ///\return VarLenType instance ///\exception H5::DataTypeIException -- cgit v0.12