mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-29 20:21:50 +02:00
fix: porcesses typo in cs roadmap porcesses & threads (#6808)
* fix: porcesses typo in cs roadmap porcesses & threads * Rename porcesses-and-threads@ETEUA7jaEGyOEX8tAVNWs.md to processes-and-threads@ETEUA7jaEGyOEX8tAVNWs.md fix: file name spelling fix --------- Co-authored-by: dmcadieux <dmcadieux@gmail.com>
This commit is contained in:
@@ -3954,7 +3954,7 @@
|
||||
]
|
||||
},
|
||||
"ETEUA7jaEGyOEX8tAVNWs": {
|
||||
"title": "Porcesses and Threads",
|
||||
"title": "Processes and Threads",
|
||||
"description": "Processes and threads are the basic building blocks of a computer program. They are the smallest units of execution in a program. A process is an instance of a program that is being executed. A thread is a sequence of instructions within a process that can be executed independently of other code.\n\nVisit the following resources to learn more:",
|
||||
"links": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user