Skip to content

Commit 124c94d

Browse files
authored
hopefully this'll fix it
1 parent 8f977bf commit 124c94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte/src/motion/spring.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { get } from '../internal/client/runtime.js';
1111
import { deferred, noop } from '../internal/shared/utils.js';
1212

1313
/**
14-
* @template {number} T
14+
* @template T
1515
* @param {TickContext} ctx
1616
* @param {T} last_value
1717
* @param {T} current_value

0 commit comments

Comments
 (0)