We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e43d9d9 commit dd49525Copy full SHA for dd49525
src/main/java/com/uber/cadence/workflow/Workflow.java
@@ -99,7 +99,7 @@
99
* <p>Calling a method on this interface invokes an activity that implements this method. An
100
* activity invocation synchronously blocks until the activity completes, fails, or times out. Even
101
* if activity execution takes a few months, the workflow code still sees it as a single synchronous
102
- * invocation. Isn't it great? I doesn't matter what happens to the processes that host the
+ * invocation. Isn't it great? It doesn't matter what happens to the processes that host the
103
* workflow. The business logic code just sees a single method call.
104
*
105
* <pre><code>
0 commit comments