Skip to content

Commit fed2ebc

Browse files
committed
fix typo in Documentation/
fixes typo is source comment Signed-off-by: luzpaz <[email protected]>
1 parent 2c1390d commit fed2ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/sources/Reference/ofxParameter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,7 @@ and show how to evaluate the curve
10781078
// add a control point at 0, value is 1
10791079
gParametricParamHost->parametricParamAddControlPoint(descriptor,
10801080
component, // curve to set
1081-
0.0, // time, ignored in this case, as we are not adding a ket
1081+
0.0, // time, ignored in this case, as we are not adding a key
10821082
0.0, // parametric position, zero
10831083
1.0, // value to be, 1
10841084
false); // don't add a key

0 commit comments

Comments
 (0)