Skip to content

Commit e5b0136

Browse files
committed
chore: regenerate
1 parent fc896a7 commit e5b0136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/compiler/warnings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,7 @@ export function css_unused_selector(node, name) {
683683
* @param {null | NodeLike} node
684684
*/
685685
export function attachment_legacy_member_access(node) {
686-
w(node, 'attachment_legacy_member_access', `Using \`@attach\` with a function from an object can cause unnecessary reruns of the attachment function if you mutate that object in legacy mode.\nhttps://svelte.dev/e/attachment_legacy_member_access`);
686+
w(node, 'attachment_legacy_member_access', `Using \`@attach\` with a function from an object in legacy mode can cause unnecessary reruns of the attachment function if you mutate that object.\nhttps://svelte.dev/e/attachment_legacy_member_access`);
687687
}
688688

689689
/**

0 commit comments

Comments
 (0)