mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-18 03:31:27 +00:00
Merge pull request #16 from sebastian-c/present-typo-fix
Fixed typo in day 24 (persents -> presents)
This commit is contained in:
commit
421eea7bd9
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ const layer = createLayer(id, function (this: BaseLayer) {
|
|||
{format(
|
||||
Decimal.times(helpers.loader.amount.value, computedLoaderPackingSpeed.value)
|
||||
)}{" "}
|
||||
persents per second
|
||||
presents per second
|
||||
</div>
|
||||
<div>
|
||||
Cost:{" "}
|
||||
|
|
Loading…
Add table
Reference in a new issue