From 20870a9ce6c94ee0bda93da239faa7239b29c524 Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 13 Aug 2021 16:55:53 -0700 Subject: [PATCH] Fix typo --- docs/format/source/format_release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/format/source/format_release_notes.rst b/docs/format/source/format_release_notes.rst index 1dc88d87..8a20738c 100644 --- a/docs/format/source/format_release_notes.rst +++ b/docs/format/source/format_release_notes.rst @@ -6,7 +6,7 @@ Release Notes - Updated ``TimeIntervals`` to use the new ``TimeSeriesReferenceVectorData`` type. This does not alter the overall structure of ``TimeIntervals`` in a major way aside from changing the value of the ``neurodata_type`` attribute in the file from ``VectorData`` to ```TimeSeriesReferenceVectorData``. This change replaces the existing ``TimeIntervals.timeseries`` - column with a ``TimeSeriesReferenceVectorData`` type column of the same name and overall schema. This change facilitate creating + column with a ``TimeSeriesReferenceVectorData`` type column of the same name and overall schema. This change facilitates creating common functionality around ``TimeSeriesReferenceVectorData``. This change affects all existing ``TimeIntervals`` tables as part of the ``intervals/`` group, i.e., ``intervals/epochs``, ``intervals/trials``, and ``intervals/invalid_times`` (#486)