Skip to content

Commit 51bcf16

Browse files
committed
Fix typo
1 parent 590b583 commit 51bcf16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/all-mixed-up/problem/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
As alluded to earlier in `Unit The Types` PHP's type system has been constantly and consistently growing for a long time.
1+
As alluded to earlier in `Unite The Types` PHP's type system has been constantly and consistently growing for a long time.
22

33
PHP8 comes with a new type `mixed` which is essentially a union of `array|bool|callable|int|float|object|resource|string|null`.
44

0 commit comments

Comments
 (0)