Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Legend-Master committed Oct 17, 2024
1 parent 9751296 commit 5181d2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions plugins/store/guest-js/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit 5181d2b

Please sign in to comment.