fixed typo

This commit is contained in:
Dummi26 2023-04-13 22:47:18 +02:00
parent 699c0081aa
commit c526912ecb

View File

@ -6,7 +6,7 @@ Mers is an experimental programming language inspired by high-level and scriptin
If you use libraries, be aware that they run as a seperate process that might not exit with mers!
This means that, after running a script 40-50 times (which can happen more quickly than you might realize),
you might find 40-50 random processes just running and possibly maxing our your cpu.
you might find 40-50 random processes just running and possibly maxing out your cpu.
So if you use libraries (recommendation: don't, the implementation is pretty bad anyway. just use any other language), make sure to kill those processes once you're done
until I figure out how to make that happen automatically.
(I believe the issue happens when closing the window from the GUI library, which crashes mers, leaving the http library process running)