Skip to content

Commit 9f72ff4

Browse files
soudmaijerelizarov
authored andcommitted
Small improvement in doc
Small improvement in doc
1 parent 75cfc4f commit 9f72ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coroutines-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ concurrency, as shown in the section below.
911911
### Structured concurrency with async
912912

913913
Let us take [Concurrent using async](#concurrent-using-async) example and extract a function that
914-
concurrently performs `doSomethingUsefulOne` and `doSomethingUsefulOne` and returns the sum of their results.
914+
concurrently performs `doSomethingUsefulOne` and `doSomethingUsefulTwo` and returns the sum of their results.
915915
Because [async] coroutines builder is defined as extension on [CoroutineScope] we need to have it in the
916916
scope and that is what [coroutineScope] function provides:
917917

0 commit comments

Comments
 (0)