Skip to content

Commit 3d49786

Browse files
committed
adding error in path for test
Signed-off-by: Nate W <[email protected]>
1 parent d5ecfc5 commit 3d49786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/abstraction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ making a system more generic and thus easily understood.
1212
A good example is your laptop's operating system (OS).
1313
It abstracts away all the details of how your computer works.
1414
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.
15+
you just operate the open source and the OS deals with the details.
1616
All these details are hidden behind the OS "curtain" or abstraction.
1717

1818
Systems typically have multiple abstraction layers.

0 commit comments

Comments
 (0)