Skip to content

Commit 002092c

Browse files
committed
grammar/spelling;
1 parent a1a0674 commit 002092c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proposed/clock.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD",
88
interpreted as described in [RFC 2119][].
99

1010
The final implementations MAY decorate the objects with more
11-
functionality than the one proposed but they MUST implement the indicated
11+
functionality than the one proposed, but they MUST implement the indicated
1212
interfaces/functionality first.
1313

1414
[RFC 2119]: http://tools.ietf.org/html/rfc2119
@@ -17,8 +17,8 @@ interfaces/functionality first.
1717

1818
## 1.1 Introduction
1919

20-
Creating a standard way of accessing the clock would allow interopability
21-
during testing, when testing behavior that has timing based side effects.
20+
Creating a standard way of accessing the clock would allow interoperability
21+
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
2424
impossible in some situations.

0 commit comments

Comments
 (0)