Skip to content

Commit 07d829d

Browse files
committed
Update README.md
Fix documentation error where `prepend` was used instead of `append`
1 parent 0920832 commit 07d829d

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
@@ -177,7 +177,7 @@ function ($value) {
177177
#### T\append(string $suffix)
178178

179179
```php
180-
T\prepend(' - suffix');
180+
T\append(' - suffix');
181181

182182
// Is equivalent to:
183183

0 commit comments

Comments
 (0)