Skip to content

Commit

Permalink
Merge pull request #1910 from bids-standard/Remi-Gau-patch-1
Browse files Browse the repository at this point in the history
[FIX] typo
  • Loading branch information
effigies authored Aug 27, 2024
2 parents 0c2672c + aa884b7 commit d6803bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/rules/checks/func.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ RepetitionTimeAcquisitionDurationMutex:
(RepetitionTime - AcquisitionDuration).
level: error
selectors:
- type(sidecar.AcquistionDuration) != "null"
- type(sidecar.AcquisitionDuration) != "null"
checks:
- type(sidecar.RepetitionTime) == "null"

Expand Down

0 comments on commit d6803bf

Please sign in to comment.