Skip to content

Commit 9e9cccd

Browse files
ci: apply automated fixes and generate docs
1 parent faa49b3 commit 9e9cccd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/functions/evaluate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: evaluate
1111
function evaluate<T>(objA, objB): boolean
1212
```
1313

14-
Defined in: [packages/form-core/src/utils.ts:345](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L345)
14+
Defined in: [packages/form-core/src/utils.ts:351](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L351)
1515

1616
## Type Parameters
1717

docs/reference/functions/isglobalformvalidationerror.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ title: isGlobalFormValidationError
1111
function isGlobalFormValidationError(error): error is GlobalFormValidationError<unknown>
1212
```
1313

14-
Defined in: [packages/form-core/src/utils.ts:339](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L339)
14+
Defined in: [packages/form-core/src/utils.ts:345](https://github.com/TanStack/form/blob/main/packages/form-core/src/utils.ts#L345)
1515

1616
## Parameters
1717

0 commit comments

Comments
 (0)