Skip to content

Commit 1170065

Browse files
committed
Fix typo
1 parent ce7748f commit 1170065

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ class RangeForYear implements DateRangeProvider
110110
new DateTimeImmutable(DateTimeImmutable::createFromFormat('c', "{$this->year}-12-31T23:59:59Z"))
111111
);
112112
}
113+
}
113114
~~~
114115

115116
Your classes might depend on range provider instead of `DateRange`,
@@ -129,7 +130,7 @@ $calculator->calculate(new RangeForQuarter(2017));
129130
$calculator->calculate(new RangeForMonth(2017));
130131
~~~
131132

132-
Even your class might require concrete range contact:
133+
Even your class might require concrete range contract:
133134

134135
~~~php
135136
class ReportCalculator

0 commit comments

Comments
 (0)