Skip to content

Commit 4540452

Browse files
authored
Merge branch 'live' into master
2 parents ac823b1 + b78b84e commit 4540452

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/parallel/concrt/walkthrough-creating-an-agent-based-application.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ This topic describes how to create a basic agent-based application. In this walk
117117

118118
[!code-cpp[concrt-basic-agent#6](../../parallel/concrt/codesnippet/cpp/walkthrough-creating-an-agent-based-application_7.h)]
119119

120-
The `run` method opens the file and reads data from it. The `run` method uses exception handling to capture any errors that occur during file processing.
120+
The `run` method opens the file and reads data from it. The `run` method uses exception handling to capture any errors that occur during file processing.
121121

122-
Each time this method reads data from the file, it calls the [concurrency::asend](reference/concurrency-namespace-functions.md#asend) function to send that data to the target buffer. It sends the empty string to its target buffer to indicate the end of processing.
122+
Each time this method reads data from the file, it calls the [concurrency::asend](reference/concurrency-namespace-functions.md#asend) function to send that data to the target buffer. It sends the empty string to its target buffer to indicate the end of processing.
123123

124124

125125
The following example shows the complete contents of file_reader.h.

0 commit comments

Comments
 (0)