Skip to content

Commit 8f2185a

Browse files
committed
make plurality fit
1 parent 5bd95ed commit 8f2185a

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
@@ -149,7 +149,7 @@ language level.
149149
A _logical_ reason is that the explicit contract should be usable in all situations where one needs a way to
150150
retrieve the current time. We should not make an assumption at the _contract_ level about what the caller
151151
needs. If the contract did define that only `UTC` is returned, then use cases that require something else
152-
would have to explicitly work around the returned `UTC` timezone. This is different from issues such as
152+
would have to explicitly work around the returned `UTC` timezone. This is different from an issue like
153153
immutability, which also cannot be enforced on the language level, but which is still necessary to adhere
154154
to other calls on the contract. For this `ClockInterface`, there will be no other calls.
155155

0 commit comments

Comments
 (0)