]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
chore: comment
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Aug 2021 09:48:21 +0000 (11:48 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 4 Aug 2021 09:48:21 +0000 (11:48 +0200)
src/hmr.ts

index 2ea6fa7134b3ab1e85a3bed783935e2a179e923b..3f6a3b732d135ec7d58cc201e5ed0482f9038ddc 100644 (file)
@@ -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