Skip to content

Commit a581c94

Browse files
Add suggestions from @benedmunds
Co-authored-by: Ben Edmunds <[email protected]>
1 parent 2e531d4 commit a581c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposed/clock-meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Getting the current time in applications is a rather straight forward thing give
66

77
Due to the nature of time as constantly progressing it becomes a nuisance to use these functions if you need predictable results like for testing.
88

9-
This `ClockInterface` aims to provide a standard way to consume time, that allows interopability not only when consuming the "real" time but also when predictable results need to be available. This allows to skip using PHP Extensions for testing or using hacks like re-declaring the `time()` function in other namespaces.
9+
This `ClockInterface` aims to provide a standard way to consume time, that allows interoperability not only when consuming the "real" time but also when predictable results need to be available. This allows the avoidance of using PHP Extensions for testing or using hacks like re-declaring the `time()` function in other namespaces.
1010

1111
## 2. Why Bother?
1212

0 commit comments

Comments
 (0)