We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ecfc5 commit 3d49786Copy full SHA for 3d49786
content/en/abstraction.md
@@ -12,7 +12,7 @@ making a system more generic and thus easily understood.
12
A good example is your laptop's operating system (OS).
13
It abstracts away all the details of how your computer works.
14
You don't need to know anything about CPU, memory, and how programs are handled,
15
-you just operate the open-source and the OS deals with the details.
+you just operate the open source and the OS deals with the details.
16
All these details are hidden behind the OS "curtain" or abstraction.
17
18
Systems typically have multiple abstraction layers.
0 commit comments