mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-17 18:02:45 +00:00
Fix typos
This commit is contained in:
parent
d982110bb3
commit
c3cef99c7f
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ export const {
|
|||
export type DecimalSource = RawDecimalSource;
|
||||
|
||||
declare global {
|
||||
/** Augment the window object so the big num functions can be access from the console. */
|
||||
/** Augment the window object so the big num functions can be accessed from the console. */
|
||||
interface Window {
|
||||
Decimal: typeof Decimal;
|
||||
exponentialFormat: (num: DecimalSource, precision: number, mantissa: boolean) => string;
|
||||
|
|
|
@ -153,7 +153,7 @@ window.onbeforeunload = () => {
|
|||
|
||||
declare global {
|
||||
/**
|
||||
* Augment the window object so the save function, and the hard reset function can be access from the console.
|
||||
* Augment the window object so the save function, and the hard reset function can be accessed from the console.
|
||||
*/
|
||||
interface Window {
|
||||
save: VoidFunction;
|
||||
|
|
Loading…
Add table
Reference in a new issue