Skip to content

Commit 040246f

Browse files
author
nicosammito
committed
feat: update std_array_at.proto.json to return value from signature
1 parent 881a693 commit 040246f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

definitions/standard/runtime_definition/array/std_array_at.proto.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@
6868
],
6969
"deprecationMessage": [],
7070
"displayIcon": "tabler:list",
71-
"signature": "<T>(list: LIST<T>, index: NUMBER): void"
71+
"signature": "<T>(list: LIST<T>, index: NUMBER): T"
7272
}

0 commit comments

Comments
 (0)