Skip to content

Commit

Permalink
fix(svelte): misplaced second argument in TSDoc (#3113)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock authored Mar 31, 2023
1 parent b765903 commit a28a58f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/svelte-urql/src/subscriptionStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,11 @@ export type SubscriptionArgs<
* newNotification { id, text }
* }
* `,
* },
* function combineNotifications(notifications = [], data) {
* return [...notifications, data.newNotification];
* },
* });
* );
* ```
*/
export function subscriptionStore<
Expand Down

0 comments on commit a28a58f

Please sign in to comment.