Skip to content

Commit 31e831e

Browse files
committed
Adding missing '
1 parent 2fe91ae commit 31e831e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

slua_definitions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3031,7 +3031,7 @@ metamethods:
30313031
return-type: any
30323032
- name: __mode
30333033
comment: "Controls weak mapping of table elements. Valid values are 'k' (weak keys), 'v' (weak values), or 'kv' (both)."
3034-
type: '"k" | "v" | "kv"
3034+
type: '"k" | "v" | "kv"'
30353035
- name: __mul
30363036
comment: "Defines behavior for the multiplication (*) operator."
30373037
type: "(left: any, right: any) -> any"

0 commit comments

Comments
 (0)