mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-30 07:01:45 +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(
|
{format(
|
||||||
Decimal.times(helpers.loader.amount.value, computedLoaderPackingSpeed.value)
|
Decimal.times(helpers.loader.amount.value, computedLoaderPackingSpeed.value)
|
||||||
)}{" "}
|
)}{" "}
|
||||||
persents per second
|
presents per second
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
Cost:{" "}
|
Cost:{" "}
|
||||||
|
|
Loading…
Add table
Reference in a new issue