Skip to content

Commit

Permalink
docs: DocBlock Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atoff authored Jul 30, 2023
1 parent 0c2cc2f commit 43de33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AIRACCycle.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static function previous(): static
return static::fromSerial(static::current()->getSerial() - 1);
}

/** Returns the serial of the AIRAC cycle at the given date. Whilt a float is always returned, note that this is an integer if exactly at an effective date, or a float otherwise*/
/** Returns the serial of the AIRAC cycle at the given date. Whilst a float is always returned, note that this is an integer if exactly at an effective date, or a float otherwise*/
public static function getSerialForDate(DateTime $dateTime): float
{
$diffSeconds = $dateTime->getTimestamp() - static::getEpochDate()->getTimestamp();
Expand Down

0 comments on commit 43de33d

Please sign in to comment.