From f061cb0366f6190b88d39b19d365f1cf7e4c4752 Mon Sep 17 00:00:00 2001 From: "J. White Bear" <16785523+jwbear@users.noreply.github.com> Date: Thu, 18 Jun 2026 20:27:18 -0400 Subject: [PATCH] Test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b25332a..1b5cbfd 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ which provides advanced APIs for reading, writing, and using HDMF-common data ty The HDMF-common schema provides the following data structures: -- **DynamicTable**: A column-based table data structure that supports ragged columns and one-to-one and one-to-many relationships. +- **DynamicTable**: A column-based-table data structure that supports ragged columns and one-to-one and one-to-many relationships. - **VectorData**: A data structure for representing a column of a **DynamicTable**. - **VectorIndex**: A data structure for indexing a **VectorData**. This is used to store one-to-many relationships. - **ElementIdentifiers**: A 1D array for storing primary identifiers for elements of a table.