Skip to content

Commit 2e531d4

Browse files
Add suggestions from @benedmunds
Co-authored-by: Ben Edmunds <[email protected]>
1 parent d00b8ac commit 2e531d4

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
@@ -2,7 +2,7 @@
22

33
## 1. Summary
44

5-
Getting the current time in applications is a rather straight forward thing given the languages native `time()` function (or one of it's similar functionlaities like `utime()` or `new DateTimeImmutable()` etc.)
5+
Getting the current time in applications is a rather straight forward thing given the languages native `time()` function (or one of it's similar functionalities like `utime()` or `new DateTimeImmutable()` etc.)
66

77
Due to the nature of time as constantly progressing it becomes a nuisance to use these functions if you need predictable results like for testing.
88

0 commit comments

Comments
 (0)