Skip to content

Commit d4adc6b

Browse files
committed
fix help section deg to pix
1 parent 91bdd71 commit d4adc6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/degToPix.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
% fixation = degToPix('width', fixation, cfg);
1616
%
1717
% - Returns:
18-
% fixation.widthPix = 20;
18+
% fixation.widthPix = 20;
19+
%
1920

2021
deg = getfield(structure, fieldName); %#ok<GFLD>
2122

0 commit comments

Comments
 (0)