Skip to content

Commit d6803bf

Browse files
authored
Merge pull request #1910 from bids-standard/Remi-Gau-patch-1
[FIX] typo
2 parents 0c2672c + aa884b7 commit d6803bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/rules/checks/func.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ RepetitionTimeAcquisitionDurationMutex:
101101
(RepetitionTime - AcquisitionDuration).
102102
level: error
103103
selectors:
104-
- type(sidecar.AcquistionDuration) != "null"
104+
- type(sidecar.AcquisitionDuration) != "null"
105105
checks:
106106
- type(sidecar.RepetitionTime) == "null"
107107

0 commit comments

Comments
 (0)