Skip to content

Commit

Permalink
JSONSchema: fix since tag of fromAST API (#4102)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Dec 9, 2024
1 parent 14e1149 commit c2e9a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/JSONSchema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ type TopLevelReferenceStrategy = "skip" | "keep"
* - `"skip"`: Skip the top-level reference.
*
* @category encoding
* @since 3.11.3
* @since 3.11.5
* @experimental
*/
export const fromAST = (ast: AST.AST, options: {
Expand Down

0 comments on commit c2e9a88

Please sign in to comment.