From 1ac40f2c5870a8bcd3a15a53f45171e511979106 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 4 Aug 2021 11:48:21 +0200 Subject: [PATCH] chore: comment --- src/hmr.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3