Skip to content

Commit fd66ef7

Browse files
committed
Minor doc fixes
1 parent 250a792 commit fd66ef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [Unreleased]
99

1010
### Changed
11-
* Updated `schametype_to_aqnwb` utility script to place the generated source files into a folder hierarchy based on the namespace and schemafile (@oruebel, [#224](https://github.com/NeurodataWithoutBorders/aqnwb/pull/224))
11+
* Updated `schametype_to_aqnwb` utility script to place the generated source files into a folder hierarchy based on the name of the namespace and schemafile of the neurodata_type (@oruebel, [#224](https://github.com/NeurodataWithoutBorders/aqnwb/pull/224))
1212

1313

1414
## [0.1.0] - 2025-09-03

docs/pages/devdocs/registered_types.dox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@
431431
* @endcode
432432
*
433433
* The generated files will be placed in the folder hierarchy based on the name of the namespace and
434-
* source yaml file where the type is defined. E.g, `TimeSeries` is defined in `nwb.base.yame` in the
434+
* source yaml file where the type is defined. E.g, `TimeSeries` is defined in `nwb.base.yaml` in the
435435
* `core` NWB namespace, and will be generated as `core/base/TimeSeries.hpp`.
436436
* To learn more about how to use the script and its parameters, you can view the help doc by running:
437437
*

0 commit comments

Comments
 (0)