Skip to content

Commit

Permalink
Make spelling and terminology consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterC-DLS committed Jun 20, 2022
1 parent 0669507 commit b292a8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions base_classes/NXregion.nxdl.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<attribute name="type" optional="false">
<doc>
This is ``rectangular`` to describe the region as a hyper-rectangle in
the index space of its parent group's data array
the index space of its parent group's data field
</doc>
<enumeration>
<item value="rectangular" />
Expand All @@ -75,7 +75,7 @@
</field>
<field name="start" type="NX_NUMBER" recommended="true">
<doc>
The starting position for region in detector data array.
The starting position for region in detector data field array.
This is recommended as it also defines the region rank.
If omitted then defined as an array of zeros
</doc>
Expand All @@ -87,7 +87,7 @@
<doc>
The number of blocks or items in hyperslab selection.
If omitted then defined as an array of dimensions that take into account
the other hyper-slab selection fields to span the parent data field's shape
the other hyperslab selection fields to span the parent data field's shape
</doc>
<dimensions rank="1">
<dim index="1" value="R"/>
Expand Down

0 comments on commit b292a8e

Please sign in to comment.