File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ language level.
149
149
A _ logical_ reason is that the explicit contract should be usable in all situations where one needs a way to
150
150
retrieve the current time. We should not make an assumption at the _ contract_ level about what the caller
151
151
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
153
153
immutability, which also cannot be enforced on the language level, but which is still necessary to adhere
154
154
to other calls on the contract. For this ` ClockInterface ` , there will be no other calls.
155
155
You can’t perform that action at this time.
0 commit comments