From dd20e84b6d605ba597d8bafd6547fce1e86a216b Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 8 Jul 2022 10:36:37 +0200 Subject: [PATCH] chore: comment fix --- packages/pinia/src/vue2-plugin.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pinia/src/vue2-plugin.ts b/packages/pinia/src/vue2-plugin.ts index 293f6d83..2ff4d17a 100644 --- a/packages/pinia/src/vue2-plugin.ts +++ b/packages/pinia/src/vue2-plugin.ts @@ -33,7 +33,7 @@ export const PiniaVuePlugin: Plugin = function (_Vue) { const options = this.$options if (options.pinia) { const pinia = options.pinia as Pinia - // HACK: taken from provide(): https://github.com/vuejs/composition-api/blob/master/src/apis/inject.ts#L30 + // HACK: taken from provide(): https://github.com/vuejs/composition-api/blob/main/src/apis/inject.ts#L31 /* istanbul ignore else */ if (!(this as any)._provided) { const provideCache = {} -- 2.47.3