Skip to content

Commit

Permalink
Fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Aug 31, 2024
1 parent 78ffe92 commit 21fc094
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nwb/RecordingContainers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 21fc094

Please sign in to comment.