Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter authored Mar 30, 2018
1 parent dbf7187 commit 07e5aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ nwb=nwbRead('data.nwb');
and for generating NWB objects for export:

```matlab
%Create some fake fata and write
%Create some fake data and write
nwb = nwbfile;
nwb.epochs = types.untyped.Group;
nwb.epochs.stim = types.Epoch;
Expand Down

0 comments on commit 07e5aba

Please sign in to comment.