Skip to content

Commit 2b3e87b

Browse files
authored
Update api.ts (#4724)
1 parent 8c74035 commit 2b3e87b

File tree

1 file changed

+1
-1
lines changed
  • packages/zod/src/v4/core

1 file changed

+1
-1
lines changed

packages/zod/src/v4/core/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ export function _custom<O = unknown, I = O>(
14601460
// ): checks.$ZodCheck<T> {
14611461
// return _custom(Class, fn, _params);
14621462
// }
1463-
// same as _custom but deafults to abort:false
1463+
// same as _custom but defaults to abort:false
14641464
export function _refine<O = unknown, I = O>(
14651465
Class: util.SchemaClass<schemas.$ZodCustom>,
14661466
fn: (data: O) => unknown,

0 commit comments

Comments
 (0)