Skip to content

Commit 49c860f

Browse files
committed
fix
1 parent 69ca133 commit 49c860f

File tree

1 file changed

+2
-2
lines changed
  • packages/svelte/src/internal/client/dom/blocks

1 file changed

+2
-2
lines changed

packages/svelte/src/internal/client/dom/blocks/html.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ function check_hash(element, server_hash, value) {
3434
/**
3535
* @param {Element | Text | Comment} node
3636
* @param {() => string} get_value
37-
* @param {boolean} svg
38-
* @param {boolean} mathml
37+
* @param {boolean} [svg]
38+
* @param {boolean} [mathml]
3939
* @param {boolean} [skip_warning]
4040
* @returns {void}
4141
*/

0 commit comments

Comments
 (0)