Skip to content

Commit

Permalink
fix(api): adjust documentation for mockConvertFileSrc (#8111)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 26, 2023
1 parent c7c2507 commit 6e75863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooling/api/src/mocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function mockWindows(
* @example
* ```js
* import { mockConvertFileSrc } from "@tauri-apps/api/mocks";
* import { convertFileSrc } from "@tauri-apps/api/tauri";
* import { convertFileSrc } from "@tauri-apps/api/primitives";
*
* mockConvertFileSrc("windows")
*
Expand Down

0 comments on commit 6e75863

Please sign in to comment.