Edit RAM cost in comment to equal actual RAM usage

This commit is contained in:
Alt 2022-05-08 22:53:34 +02:00 committed by GitHub
parent 65889079b6
commit a6d578eb2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -4395,7 +4395,7 @@ interface UserInterface {
/**
* Clear the Terminal window, as if the player ran `clear` in the terminal
* @remarks
* RAM cost: 0 GB
* RAM cost: 0.2 GB
*/
clearTerminal(): void;
}