Update test/@types/test-helpers.ts

Co-authored-by: Sirz Benjie <142067137+SirzBenjie@users.noreply.github.com>
This commit is contained in:
Bertie690 2025-08-07 21:28:32 -04:00 committed by GitHub
parent 6866248b41
commit c07f786042
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import type { AtLeastOne, NonFunctionPropertiesRecursive as nonFunc } from "#typ
/**
* Helper type to admit an object containing the given properties
* _and at least 1 other non-function property_.
* _and_ at least 1 other non-function property.
* @example
* ```ts
* type foo = {