Skip to content

Commit 4487f44

Browse files
authored
Fix typos and change 'vars' to 'variable'
1 parent 92b1394 commit 4487f44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,15 +148,15 @@ Use that to stop your script and only restart when the space bar is pressed.
148148

149149
This script is a stand-alone function that can be useful as a sandbox to develop the PTB audio/visual stimulation of your experiment. No input/output required.
150150

151-
Here, a tutorial from https://peterscarfe.com/contrastgratingdemo.html is provided for illustrative purpose (notice that some vars' name are updated to our code style). For your use, you will delete that part.
151+
Here, a tutorial from https://peterscarfe.com/contrastgratingdemo.html is provided for illustrative purpose (notice that some variable names are updated to our code style). For your use, you will delete that part.
152152

153153
It is composed of two parts:
154154
- a fixed structure that will initialize and close PTB in 'debug mode'
155155
(`PsychDebugWindowConfiguration`, `SkipSyncTests`)
156-
- the actual sandbox where to set your dynamic vars (the stimualtion
156+
- the actual sandbox where to set your dynamic variables (the stimulation
157157
parameters) and the 'playground' where to develop the stimulation code
158158

159-
When you are happy with it, ideally you will move the vars in `setParameters.m` and the stimulation code in a separate function in `my-experiment-folder/subfun`. The code style and vars name is the same used in `cpp-lln-lab/CPP_PTB` github repo, therefore it should be easy to move everything in your experiment scripts (see the template that is annexed in `cpp-lln-lab/CPP_PTB`).
159+
When you are happy with it, ideally you will move the vars in `setParameters.m` and the stimulation code in a separate function in `my-experiment-folder/subfun`. The code style and variable names are the same used in `cpp-lln-lab/CPP_PTB` github repo, therefore it should be easy to move everything in your experiment scripts (see the template that is annexed in `cpp-lln-lab/CPP_PTB`).
160160

161161
## Contributors ✨
162162

devSandbox.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
% It is composed of two parts:
1212
% - a fixed structure that will initialize and close PTB in 'debug mode'
1313
% (`PsychDebugWindowConfiguration`, `SkipSyncTests`)
14-
% - the actual sandbox where to set your dynamic vars (the stimualtion
14+
% - the actual sandbox where to set your dynamic variables (the stimulation
1515
% parameters) and the 'playground' where to develop the stimulation code
1616
%
1717
% When you are happy with it, ideally you will move the vars in `setParameters.m`

0 commit comments

Comments
 (0)