Skip to content

Commit 45b3f1d

Browse files
committed
feat: update docs
1 parent 259d022 commit 45b3f1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ loop.dispose();
475475

476476
## Type Testing
477477

478-
Emergent includes comprehensive type tests to ensure TypeScript inference works correctly. You can write similar tests for your own emergent systems:
478+
Emergent includes a complete test suite to ensure TypeScript inference works correctly. You can write similar tests for your own emergent systems:
479479

480480
```typescript
481481
import { describe, test, expectTypeOf } from "vitest";

0 commit comments

Comments
 (0)