We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774ae87 commit 25a7757Copy full SHA for 25a7757
temporal-sdk/src/main/java/io/temporal/workflow/ActivityStub.java
@@ -23,7 +23,7 @@
23
import java.lang.reflect.Type;
24
25
/**
26
- * ActivityStub is used to call an activity without referencing the interface that it implements. This is
+ * ActivityStub is used to call an activity without referencing an interface that it implements. This is
27
* useful for calling activities when their type is not known at compile time, or for executing activities
28
* implemented in other languages. Created through {@link Workflow#newActivityStub(Class)}.
29
*/
0 commit comments