Skip to content

Commit e00262f

Browse files
committed
Fixed typo
1 parent 517dcf9 commit e00262f

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
@@ -95,7 +95,7 @@ $date = Timezone::store(new Carbon('2023-01-01 00:00:00', 'Europe/Brussels'));
9595
$date = (new Carbon('2023-01-01 00:00:00', 'Europe/Brussels'))->setTimezone(Timezone::storage());
9696
```
9797

98-
## Assigning values to casted attributes
98+
## Assigning values to cast attributes
9999

100100
Many developers are used to assign Carbon instances to date attributes:
101101

0 commit comments

Comments
 (0)