We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c74035 commit 2b3e87bCopy full SHA for 2b3e87b
packages/zod/src/v4/core/api.ts
@@ -1460,7 +1460,7 @@ export function _custom<O = unknown, I = O>(
1460
// ): checks.$ZodCheck<T> {
1461
// return _custom(Class, fn, _params);
1462
// }
1463
-// same as _custom but deafults to abort:false
+// same as _custom but defaults to abort:false
1464
export function _refine<O = unknown, I = O>(
1465
Class: util.SchemaClass<schemas.$ZodCustom>,
1466
fn: (data: O) => unknown,
0 commit comments