Skip to content

Commit

Permalink
chore: up tsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Jan 20, 2025
1 parent 759ed6e commit 980f0e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/bright-kangaroos-applaud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"ox": patch
---

Fixed TSDoc.
2 changes: 1 addition & 1 deletion src/core/Provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ export declare namespace from {
* ```ts twoslash
* import { Provider } from 'ox'
*
* const error = Provider.parseErrorObject({ code: 4200, message: 'foo' })
* const error = Provider.parseError({ code: 4200, message: 'foo' })
*
* error
* // ^?
Expand Down

0 comments on commit 980f0e2

Please sign in to comment.