chore: fix typo in read_version JSDoc (#18470)

pull/18685/head
Giorgio Maria Federico Birnthaler 3 days ago committed by GitHub
parent 224fcadbd5
commit a1ec9c8eb7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -133,7 +133,7 @@ export function set_untracked_writes(value) {
**/
export let write_version = 1;
/** @type {number} Used to version each read of a source of derived to avoid duplicating depedencies inside a reaction */
/** @type {number} Used to version each read of a source of derived to avoid duplicating dependencies inside a reaction */
let read_version = 0;
export let update_version = read_version;

Loading…
Cancel
Save