Change all usages of "run-time" to "runtime"

This commit is contained in:
tetrapod00
2024-11-06 19:49:08 -08:00
parent a178d0c6c7
commit 5994348764
32 changed files with 57 additions and 57 deletions

View File

@@ -54,7 +54,7 @@ wait until the thread is done (if not done yet), then properly dispose of it.
.. warning::
Creating threads at run-time is slow on Windows and should be avoided to
Creating threads at runtime is slow on Windows and should be avoided to
prevent stuttering. Semaphores, explained later on this page, should be used
instead.