From 21fc094ed5b2d5df34e14f457688d55359a9e5e0 Mon Sep 17 00:00:00 2001 From: Oliver Ruebel Date: Fri, 30 Aug 2024 21:21:40 -0700 Subject: [PATCH] Fix documentation error --- src/nwb/RecordingContainers.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/nwb/RecordingContainers.hpp b/src/nwb/RecordingContainers.hpp index c2fe0b40..d0308140 100644 --- a/src/nwb/RecordingContainers.hpp +++ b/src/nwb/RecordingContainers.hpp @@ -72,7 +72,8 @@ class RecordingContainers * @param containerInd The index of the electrical series dataset within the * electrical series group. * @param channel The channel index to use for writing timestamps. - * @param dataShape The size of the data block. + * @param numSamples Number of samples in the time, i.e., the size of the + * first dimension of the data parameter * @param data A pointer to the data block. * @param timestamps A pointer to the timestamps block. May be null if * multidimensional TimeSeries and only need to write the timestamps once but