Skip to content

Commit 68649a5

Browse files
author
Levent KARAGÖL
committed
Documentation has been updated
1 parent fc2da51 commit 68649a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ int main() {
8383

8484
## What does non-blocking mean?
8585

86-
Let's talk about this through an example. Let's say we call 5 different API methods when our
86+
Let's talk about this through an example. Let's say, we call 5 different API methods when our
8787
screen opens and each one takes an average of 500 ms. If we call these methods one after another
8888
as follows, we will get all the answers in 2.5 seconds in total.
8989

0 commit comments

Comments
 (0)