Skip to content

Commit bd55d6f

Browse files
committed
Grammar
1 parent 1f94cbe commit bd55d6f

File tree

1 file changed

+1
-1
lines changed
  • exercises/stringify-to-demystify/problem

1 file changed

+1
-1
lines changed

exercises/stringify-to-demystify/problem/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
`__toString()` a magic class method long-standing in PHP but never truly something you could rely on unless you rolled your own interface. All that has changed with the simple introduction of the `Stringable` interface in PHP 8.
1+
`__toString()` is a magic class method long-standing in PHP but never truly something you could rely on unless you rolled your own interface. All that has changed with the simple introduction of the `Stringable` interface in PHP 8.
22

33
`Stringable` is a simple interface that requires the implementation of `__toString(): string`
44

0 commit comments

Comments
 (0)