Skip to content

Commit 805b1c6

Browse files
authored
Merge pull request #1255 from php-fig/typo-fixes
Typo fixes
2 parents 7d43d9b + 30fe917 commit 805b1c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proposed/clock.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ interfaces/functionality first.
1717

1818
## 1.1 Introduction
1919

20-
Creating a standard way of accessing the clock, would allow interopability
20+
Creating a standard way of accessing the clock would allow interopability
2121
during testing, when testing behavior that has timing based side effects.
2222
Common ways to get the current time include calling `\time()` or
2323
`new DateTimeImmutable('now')`. However, this makes mocking the current time
@@ -45,7 +45,7 @@ $timestamp = $clock->now()->getTimestamp();
4545

4646
## 2.1 ClockInterface
4747

48-
The clock interface defines the most basic operations to read the current time and date from the clock.
48+
The clock interface defines the most basic operation to read the current time and date from the clock.
4949
It MUST return the time as a `DateTimeImmutable`.
5050

5151
~~~php

0 commit comments

Comments
 (0)