From: Eduardo San Martin Morote Date: Wed, 4 Aug 2021 09:48:21 +0000 (+0200) Subject: chore: comment X-Git-Tag: v2.0.0-rc.2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1ac40f2c5870a8bcd3a15a53f45171e511979106;p=thirdparty%2Fvuejs%2Fpinia.git chore: comment --- diff --git a/src/hmr.ts b/src/hmr.ts index 2ea6fa71..3f6a3b73 100644 --- a/src/hmr.ts +++ b/src/hmr.ts @@ -3,7 +3,7 @@ import { Pinia } from './rootStore' import { isPlainObject, StoreDefinition, StoreGeneric, _Method } from './types' /** - * Checks if a function is a `StoreDefinition` + * Checks if a function is a `StoreDefinition`. * * @param fn - object to test * @returns true if `fn` is a StoreDefinition