From 784503265aa7e1b486db4e201b312c8a11e6d0b8 Mon Sep 17 00:00:00 2001 From: Luigi Pertoldi Date: Fri, 15 Mar 2024 16:54:43 +0100 Subject: [PATCH] Bugfix in hdf5.md --- docs/src/hdf5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/hdf5.md b/docs/src/hdf5.md index 79d6586..aa63362 100644 --- a/docs/src/hdf5.md +++ b/docs/src/hdf5.md @@ -27,7 +27,7 @@ Different data types may be stored as an HDF5 dataset of the same type (e.g. a 2 | Table | `table{COLNAME_1,COLNAME_2,...}` | | Enum | `enum{NAME_1=INT_VAL_1,NAME_2=INT_VAL_2,...}` | | Encoded vector of vectors of different size | `array<1>{encoded_array<1>{ELTYPE}}` | - | Encoded array of arrays of the same size | `array_of_equalsized_encoded_arrays{ELTYPE}` | + | Encoded array of arrays of the same size | `array_of_encoded_equalsized_arrays{ELTYPE}` | The abstract data model is mapped as follows: