Skip to content

Commit 15ae83f

Browse files
committed
docs: Replace apostrophe (for consistency with other README files)
1 parent e6b1ef2 commit 15ae83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/threads/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Threads
22

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

66
## Further information

0 commit comments

Comments
 (0)