Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] years and degrees Units and unit to be singular to match the rest #1631

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/modality-agnostic-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ to date of birth.
{
"age": {
"Description": "age of the participant",
"Units": "years"
"Units": "year"
},
"sex": {
"Description": "sex of the participant as reported by the participant",
Expand Down
2 changes: 1 addition & 1 deletion src/schema/objects/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3263,7 +3263,7 @@ SpoilingRFPhaseIncrement:
which is applied to the phase of the excitation pulse at each TR period for
achieving RF spoiling.
type: number
unit: degrees
unit: degree
SpoilingState:
name: SpoilingState
display_name: Spoiling State
Expand Down