Skip to content

Commit f358b71

Browse files
1 parent 2321e82 commit f358b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/07_threads/01_threads.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ and why we might want to use them.
66
## What is a thread?
77

88
A **thread** is an execution context managed by the underlying operating system.\
9-
Each thread has its own stack, instruction pointer, and program counter.
9+
Each thread has its own stack and instruction pointer.
1010

1111
A single **process** can manage multiple threads.
1212
These threads share the same memory space, which means they can access the same data.

0 commit comments

Comments
 (0)