Skip to content

Commit

Permalink
Fix additional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Sep 16, 2023
1 parent 28a647a commit 51b2f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Instant.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private function __construct(int $epochSecond, int $nano)
* This method allows an arbitrary number of nanoseconds to be passed in.
* The factory will alter the values of the second and nanosecond in order
* to ensure that the stored nanosecond is in the range 0 to 999,999,999.
* For example, the following will result in the exactly the same Instant:
* For example, the following will result in exactly the same instant:
*
* * Instant::of(3, 1);
* * Instant::of(4, -999999999);
Expand Down

0 comments on commit 51b2f3c

Please sign in to comment.