Skip to content

Commit

Permalink
Bug fix: Remove back-quotes in dcm_erp.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johmedr authored Dec 22, 2023
1 parent 8a5c76c commit 3721fb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/dcm/dcm_erp.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ respectively. To see which index is assigned to which trial condition,
type into the command line:

```matlab
D = spm_eeg_load(`mfaeffspmeeg_examplecontrolsubject.mat');
D = spm_eeg_load('mfaeffspmeeg_examplecontrolsubject.mat');
D.condlist
```

Expand All @@ -174,7 +174,7 @@ indices. SPM should therefore display the following:
```matlab
ans =
`novel' `repeated'
'novel' 'repeated'
```

indicating that index 1 corresponds to the presentation of novel images
Expand Down

0 comments on commit 3721fb9

Please sign in to comment.