Skip to content

Commit 5587453

Browse files
Update proposed/clock-meta.md
Co-authored-by: Alexander Makarov <[email protected]>
1 parent 7497ff4 commit 5587453

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
@@ -154,7 +154,7 @@ On the other hand, there is also a logical reason. The explicit contract should
154154
where one needs a way to retrieve the current time. And on the contract level we should not make an
155155
assumption about what the caller might need. So would the contract define that only UTC is returned, then
156156
use-cases that do require something else will have to explicitly work around that or find other ways of
157-
handling the problem the contract tries to solve as the contract does not fit the needs. This is different
157+
handling the problem, the contract tries to solve as the contract does not fit the needs. This is different
158158
from the issue of i.e. immutability which can also not be enforced on the language level but which is
159159
necessary to adhere to other calls on the contract. IN the case of the `clock`-interface there will be no
160160
other calls.

0 commit comments

Comments
 (0)