Skip to content

Commit f5d6ecb

Browse files
committed
Fixed typo.
1 parent 5ab003e commit f5d6ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_posts/reference/script-node-authoring-interface.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function anInputField (value, time)
6868
6969
if (a)
7070
{
71-
value = 5; // ERROR, can't assign to function parameter!
71+
value = 5; // ATTENTION, 'value' now contains a number!
7272
}
7373
7474
aField = anOutputField; // SFInt32 converted to SFFloat

0 commit comments

Comments
 (0)