Skip to content

Commit 4018531

Browse files
author
Nico Sammito
authored
Merge pull request #279 from code0-tech/feat/#274
std::list::at Should Return T
2 parents 90f41d0 + 040246f commit 4018531

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)