Skip to content

Commit aa5db87

Browse files
authored
Update docs/language/attachments.mdx
1 parent 8470d75 commit aa5db87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/language/attachments.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ remove A from r
259259

260260
After the statement executes, the composite value on the right-hand side of `from` will no longer contain the attachment. If the value does not contain the attachment that appears after the `remove` keyword, this statement has no effect.
261261

262-
Attachments can be removed from a type in any order, so users should take care not to design any attachments that rely on specific behaviors of other attachments, as there is no requirement that an attachment depend on another or that a type has a given attachment when another attachment is present.
262+
Attachments can be removed from a type in any order, so developers should take care not to design any attachments that rely on specific behaviors of other attachments, as there is no requirement that an attachment depend on another or that a type has a given attachment when another attachment is present.
263263

264264
If a resource containing attachments is `destroy`ed, all of its attachments will be `destroy`ed in an arbitrary order.
265265

0 commit comments

Comments
 (0)