Skip to content

Commit

Permalink
Fix codespell issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oruebel committed Sep 1, 2024
1 parent 37d30d3 commit 6cfe416
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nwb/hdmf/base/Data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ class Data
* @brief Pointer to dataset.
*/
std::unique_ptr<BaseRecordingData>
dataset; // TODO For read we may not want this here if we ned Data for
// reads
dataset; // TODO We may not want this here if we need Data for read
};
} // namespace AQNWB::NWB

0 comments on commit 6cfe416

Please sign in to comment.