Skip to content

Commit 25a7757

Browse files
authored
suggested change from review
1 parent 774ae87 commit 25a7757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temporal-sdk/src/main/java/io/temporal/workflow/ActivityStub.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import java.lang.reflect.Type;
2424

2525
/**
26-
* ActivityStub is used to call an activity without referencing the interface that it implements. This is
26+
* ActivityStub is used to call an activity without referencing an interface that it implements. This is
2727
* useful for calling activities when their type is not known at compile time, or for executing activities
2828
* implemented in other languages. Created through {@link Workflow#newActivityStub(Class)}.
2929
*/

0 commit comments

Comments
 (0)