Skip to content

Commit

Permalink
Merge pull request #261 from Lestropie/inheritance_principle_fix
Browse files Browse the repository at this point in the history
[FIX] Common principles: Fix filename in inheritance principle
  • Loading branch information
sappelhoff authored Jul 2, 2019
2 parents fd263d1 + 2b64f4e commit 7fb0623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/02-common-principles.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ sub-01/
In the above example, the fields from the `task-xyz_acq-test1_bold.json` file
at the top directory will apply to all bold runs. However, if there is a key
with different value in the
`sub-01/func/sub-01_task-xyz_acq-test1_run-1_bold.json` file defined at a
`sub-01/func/sub-01_task-xyz_acq-test1_bold.json` file defined at a
deeper level, that value will be applicable for that particular run/task NIfTI
file/s. In other words, the `json` file at the deeper level overrides values
that are potentially also defined in the `.json` at a more shallow level. If the
Expand Down

0 comments on commit 7fb0623

Please sign in to comment.