InputObject.UserInputState code example incorrectly contains smart quotes

The first code example in the InputObject.UserInputState article contains smart quotation marks in the place of actual quotation marks on lines 2, 20 and 23. The example would error if ran.

The issue can be remediated by replacing the smart quotes with actual quotes, note: “” with "".

image

1 Like