Skip to content

Commit 86f7e07

Browse files
Site changes [skip-ci]
1 parent a8abf87 commit 86f7e07

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

_data/extensions/extension-spine_spine.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
"type": "FUNCTION"
345345
},
346346
{
347-
"description": "Set the attachment of a lot on a spine model.",
347+
"description": "Set the attachment of a slot on a spine model.",
348348
"examples": "",
349349
"name": "spine.set_attachment",
350350
"parameters": [
@@ -366,11 +366,12 @@
366366
]
367367
},
368368
{
369-
"doc": "Id of the attachment",
369+
"doc": "Id of the attachment. May be nil to reset to default attachment.",
370370
"name": "attachment",
371371
"types": [
372372
"string",
373-
"hash"
373+
"hash",
374+
"nil"
374375
]
375376
}
376377
],

0 commit comments

Comments
 (0)