mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-01-18 03:31:27 +00:00
Fixed typo in day 24 (persents -> presents)
This commit is contained in:
parent
e5ed595480
commit
e0066966d0
2 changed files with 2 additions and 2 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"vitest.commandLine": "npx vitest",
|
"vitest.commandLine": "npx vitest",
|
||||||
"editor.codeActionsOnSave": {
|
"editor.codeActionsOnSave": {
|
||||||
"source.fixAll.eslint": true
|
"source.fixAll.eslint": "explicit"
|
||||||
},
|
},
|
||||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||||
"git.ignoreLimitWarning": true,
|
"git.ignoreLimitWarning": true,
|
||||||
|
|
|
@ -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