Skip to content

Commit

Permalink
[FIX] small typo in json example (#897)
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Oct 13, 2021
1 parent e23bc78 commit d323a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/04-modality-specific-files/05-task-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ In the accompanying JSON sidecar, the `trial_type` column might look as follows:
"Description": "Indicator of type of action that is expected",
"Levels": {
"start": "A red square is displayed to indicate starting",
"stop": "A blue square is displayed to indicate stopping",
"stop": "A blue square is displayed to indicate stopping"
}
}
}
Expand Down

0 comments on commit d323a9f

Please sign in to comment.