Skip to content

Commit 2709192

Browse files
committed
ambigous fixes
1 parent 251be21 commit 2709192

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: perceptual_metacognition/experiment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function jglMakeGrating(width, height, sf, angle, phase, pixPerDeg) {
9898
//See how lines2d and dots work. For example, jglFillRect(x, y, size, color) uses size in pixels
9999
//
100100

101-
//How does jgl compute size in degress of visual angle
101+
//How does jgl compute size in degrees of visual angle
102102
var ixX, ixY; // x and y indices for arrays
103103
var grating = []; // 2D array
104104
for (ixX = 0; ixX < x.length; ixX++) {

Diff for: perceptual_metacognition/grating.code

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ yTilt = Math.sin(angleInRad) * sf * 2 * Math.PI;
3636
//See how lines2d and dots work. For example, jglFillRect(x, y, size, color) uses size in pixels
3737
//
3838

39-
//How does jgl compute size in degress of visual angle
39+
//How does jgl compute size in degrees of visual angle
4040
var ixX, ixY; // x and y indices for arrays
4141
var grating = []; // 2D array
4242
for (ixX = 0; ixX < x.length; ixX++) {

Diff for: two_stage_decision/experiment.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ var get_ss_stim = function(images, colors) {
182182

183183
/*
184184
The following methods all support the user-dependent presentation of stimulus including animations, multiple stages
185-
and FB. The "get_selected" functions also append data to the preceeding trials
185+
and FB. The "get_selected" functions also append data to the preceding trials
186186
*/
187187

188188
/* Selects the next first stage from a predefined, randomized list of first stages and increases the trial count*/

0 commit comments

Comments
 (0)