Skip to content

Commit d638814

Browse files
committed
Fix for invalid character in API docs
1 parent fc2e56f commit d638814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defold-rive/api/rive.script_api

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@
250250

251251
- name: get_state_machine_input
252252
type: function
253-
desc: Get the input values from a state machine input, either from the current top-level artboard, or from a nested artboard inside the Rive model artboard. Note: Trigger inputs will not generate a value!
253+
desc: Get the input values from a state machine input, either from the current top-level artboard, or from a nested artboard inside the Rive model artboard. Note that trigger inputs will not generate a value!
254254

255255
parameters:
256256
- name: url

0 commit comments

Comments
 (0)