Improve validateSchema comment

This commit is contained in:
Michael B. Gale
2026-04-30 11:46:01 +01:00
parent 35715ef8fe
commit 91fbc51606
+1 -1
View File
@@ -79,7 +79,7 @@ export type FromSchema<S extends Schema> = {
};
/**
* Validates `obj` against `schema`.
* Validates that `obj` satisfies at least `schema`. Additional keys are accepted.
*
* @param schema The schema to validate against.
* @param obj The object to validate.