Skip to content

Commit 86fb42f

Browse files
adigubaRich-Harris
andauthored
Update packages/svelte/src/internal/client/dom/elements/attributes.js
nit Co-authored-by: Rich Harris <[email protected]>
1 parent a4b7280 commit 86fb42f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/svelte/src/internal/client/dom/elements/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,8 @@ export function set_custom_element_data(node, prop, value) {
258258
/**
259259
* Spreads attributes onto a DOM element, taking into account the currently set attributes
260260
* @param {Element & ElementCSSInlineStyle} element
261-
* @param {Record<string|symbol, any> | undefined} prev
262-
* @param {Record<string|symbol, any>} next New attributes - this function mutates this object
261+
* @param {Record<string | symbol, any> | undefined} prev
262+
* @param {Record<string | symbol, any>} next New attributes - this function mutates this object
263263
* @param {string} [css_hash]
264264
* @param {boolean} [preserve_attribute_case]
265265
* @param {boolean} [is_custom_element]

0 commit comments

Comments
 (0)