Skip to content

Commit a069f54

Browse files
authored
H5Dmodule.h: Fix documentation for max number of filters (#5618)
1 parent 41bba28 commit a069f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5Dmodule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,7 @@
817817
*
818818
* The HDF5 library distribution includes or employs several optional filters. These are listed in the
819819
* table below. The filters are applied in the pipeline between the virtual file layer and the file
820-
* hyperslab operation. See the figure above. The application can use any number of filters in any
820+
* hyperslab operation. See the figure above. The application can use any number of filters up to 32, in any
821821
* order.
822822
*
823823
* <table>

0 commit comments

Comments
 (0)