docs: Replace apostrophe (for consistency with other README files)

This commit is contained in:
bean5 2023-04-13 19:39:57 -06:00
parent e6b1ef2049
commit 15ae83f868
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Threads
In most current operating systems, an executed programs code is run in a process, and the operating system manages multiple processes at once.
In most current operating systems, an executed program's code is run in a process, and the operating system manages multiple processes at once.
Within your program, you can also have independent parts that run simultaneously. The features that run these independent parts are called threads.
## Further information