From: Eduardo San Martin Morote Date: Mon, 26 Jun 2023 08:44:31 +0000 (+0200) Subject: style: lint X-Git-Tag: @pinia/testing@0.1.3~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5572e32d7fa42da9882946b6e0342d11a04cc2fb;p=thirdparty%2Fvuejs%2Fpinia.git style: lint --- 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