Skip to content

Commit b8be991

Browse files
Fix typos
1 parent 96344ce commit b8be991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $type->isIdentifiedBy(Foo::class, Bar::class);
4141
$type->isIdentifiedBy(TypeIdentifier::OBJECT);
4242
$type->isIdentifiedBy('float');
4343

44-
// You can also check that a type satifies specific conditions
44+
// You can also check that a type satisfies specific conditions
4545
$type->isSatisfiedBy(fn (Type $type): bool => !$type->isNullable() && $type->isIdentifiedBy(TypeIdentifier::INT));
4646
```
4747

0 commit comments

Comments
 (0)