Update store.ts

pull/2795/head
Rich Harris 6 years ago committed by GitHub
parent 2cb81f0d5d
commit 832259f952
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,7 +109,7 @@ type StoresValues<T> = T extends Readable<infer U> ? U :
/**
* Derived value store by synchronizing one or more readable stores and
* applying an aggration function over its input values.
* applying an aggregation function over its input values.
* @param stores input stores
* @param fn function callback that aggregates the values
* @param initial_value when used asynchronously

Loading…
Cancel
Save