Skip to content

Commit

Permalink
Update clients/date-to-timestamp-conversion.md
Browse files Browse the repository at this point in the history
Style fixes

Co-authored-by: Nick Woolmer <[email protected]>
  • Loading branch information
javier and nwoolmer authored Aug 8, 2024
1 parent 0aebdf6 commit 26a1d45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/date-to-timestamp-conversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class Main {
}
```

Example using a `long` with Epoch in microseconds and `java.time.temporal.ChronoUnit`
Example using a `long` with epoch microseconds and `java.time.temporal.ChronoUnit`

```java
import java.time.LocalDate;
Expand Down

0 comments on commit 26a1d45

Please sign in to comment.