From 654f8104e3776b50a84122ccaff9e684e7b0e3ff Mon Sep 17 00:00:00 2001 From: myd7349 Date: Thu, 29 Apr 2021 19:00:13 +0800 Subject: [PATCH] Fixed documentation comment of H5A.get_type --- HDF5/H5Apublic.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HDF5/H5Apublic.cs b/HDF5/H5Apublic.cs index b13a4bf..e360b25 100644 --- a/HDF5/H5Apublic.cs +++ b/HDF5/H5Apublic.cs @@ -628,7 +628,7 @@ public extern static ssize_t get_name_by_idx(hid_t loc_id, string obj_name, public extern static hsize_t get_storage_size(hid_t attr_id); /// - /// Returns the amount of storage required for an attribute. + /// Retrieves a copy of the datatype for an attribute. /// See https://www.hdfgroup.org/HDF5/doc/RM/RM_H5A.html#Annot-GetType /// /// Identifier of an attribute.