Browse Source

docs(api.js): fix `since` version for `locale()` (#7205)

Fabian-Lars 2 years ago
parent
commit
3fb3f11fc8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tooling/api/src/os.ts

+ 1 - 1
tooling/api/src/os.ts

@@ -171,7 +171,7 @@ async function tempdir(): Promise<string> {
  * }
  * ```
  *
- * @since 1.3.0
+ * @since 1.4.0
  */
 async function locale(): Promise<string | null> {
   return invokeTauriCommand<string>({