From 5572e32d7fa42da9882946b6e0342d11a04cc2fb Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 26 Jun 2023 10:44:31 +0200 Subject: [PATCH] style: lint --- packages/pinia/src/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinia/src/types.ts b/packages/pinia/src/types.ts index dbdfb098..073dfd99 100644 --- a/packages/pinia/src/types.ts +++ b/packages/pinia/src/types.ts @@ -337,7 +337,7 @@ export interface _StoreWithState< * Sets or arrays and applying an object patch isn't practical, e.g. appending * to an array. The function passed to `$patch()` **must be synchronous**. * - * @param stateMutator - function that mutates `state`, cannot be asynchronous + * @param stateMutator - function that mutates `state`, cannot be asynchronous */ $patch) => any>( // this prevents the user from using `async` which isn't allowed -- 2.47.3