Skip to content

Commit 77e6ea1

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

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
@@ -155,7 +155,7 @@ where one needs a way to retrieve the current time. And on the contract level we
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
157157
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
159159
necessary to adhere to other calls on the contract. IN the case of the `clock`-interface there will be no
160160
other calls.
161161

0 commit comments

Comments
 (0)