Skip to content

Commit dd49525

Browse files
kewu21mfateev
authored andcommitted
Fixes a typo in Workflow.java javadoc (#373)
1 parent e43d9d9 commit dd49525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/uber/cadence/workflow/Workflow.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
* <p>Calling a method on this interface invokes an activity that implements this method. An
100100
* activity invocation synchronously blocks until the activity completes, fails, or times out. Even
101101
* 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
102+
* invocation. Isn't it great? It doesn't matter what happens to the processes that host the
103103
* workflow. The business logic code just sees a single method call.
104104
*
105105
* <pre><code>

0 commit comments

Comments
 (0)