Skip to content

Commit b83f643

Browse files
yashrajbhartimfateev
authored andcommitted
Update README.md (#254)
1 parent fe8949a commit b83f643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ timeouts are not specified through the @ActivityMethod annotation.
330330
Calling a method on this interface invokes an activity that implements this method.
331331
An activity invocation synchronously blocks until the activity completes, fails, or times out. Even if activity
332332
execution takes a few months, the workflow code still sees it as a single synchronous invocation.
333-
Isn't it great? I doesn't matter what happens to the processes that host the workflow. The business logic code
333+
Isn't it great? It doesn't matter what happens to the processes that host the workflow. The business logic code
334334
just sees a single method call.
335335
```java
336336
public class FileProcessingWorkflowImpl implements FileProcessingWorkflow {

0 commit comments

Comments
 (0)