Skip to content

Commit 834aed8

Browse files
committed
Instant: fix grammar and clarify
1 parent e5a2d1a commit 834aed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/time/instant.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ void main() {
1313
}
1414
```
1515

16-
But if you happen to know a number milliseconds after January 1, 1970 UTC[^epoch] you
16+
But if you happen to know the number of milliseconds since January 1, 1970 0:00 UTC[^epoch], you
1717
can get an `Instant` which represents that point in time with `Instant.ofEpochMilli`.
1818

1919
```java

0 commit comments

Comments
 (0)