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 @@ -155,7 +155,7 @@ where one needs a way to retrieve the current time. And on the contract level we
155
155
assumption about what the caller might need. So would the contract define that only UTC is returned, then
156
156
use-cases that do require something else will have to explicitly work around that or find other ways of
157
157
handling the problem, the contract tries to solve as the contract does not fit the needs. This is different
158
- from the issue of i.e. immutability which can also not be enforced on the language level but which is
158
+ from the issue of i.e., immutability which can also not be enforced on the language level but which is
159
159
necessary to adhere to other calls on the contract. IN the case of the ` clock ` -interface there will be no
160
160
other calls.
161
161
You can’t perform that action at this time.
0 commit comments