mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 13:10:40 +00:00
docs: Replace apostrophe (for consistency with other README files)
This commit is contained in:
parent
e6b1ef2049
commit
15ae83f868
@ -1,6 +1,6 @@
|
|||||||
# Threads
|
# Threads
|
||||||
|
|
||||||
In most current operating systems, an executed program’s 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.
|
Within your program, you can also have independent parts that run simultaneously. The features that run these independent parts are called threads.
|
||||||
|
|
||||||
## Further information
|
## Further information
|
||||||
|
Loading…
Reference in New Issue
Block a user