From 5181d2b241e1171329c30c8150a993da0a25afcb Mon Sep 17 00:00:00 2001 From: Tony Date: Thu, 17 Oct 2024 15:20:28 +0800 Subject: [PATCH] Update docs --- plugins/store/guest-js/index.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/plugins/store/guest-js/index.ts b/plugins/store/guest-js/index.ts index 0260f5e4..772966bb 100644 --- a/plugins/store/guest-js/index.ts +++ b/plugins/store/guest-js/index.ts @@ -60,8 +60,6 @@ export async function create( /** * Create a new Store or load the existing store with the path. * - * If the store is already loaded you must use {@link getStore} instead. - * * @example * ```typescript * import { Store } from '@tauri-apps/api/store'; @@ -234,8 +232,6 @@ export class Store extends Resource implements IStore { /** * Create a new Store or load the existing store with the path. * - * If the store is already loaded you must use {@link getStore} instead. - * * @example * ```typescript * import { Store } from '@tauri-apps/api/store';