diff --git a/src/main/java/org/kohsuke/github/GHWorkflowRun.java b/src/main/java/org/kohsuke/github/GHWorkflowRun.java index 5b34291a8..235f935cf 100644 --- a/src/main/java/org/kohsuke/github/GHWorkflowRun.java +++ b/src/main/java/org/kohsuke/github/GHWorkflowRun.java @@ -323,7 +323,7 @@ public class GHWorkflowRun extends GHObject { } /** - * Returns this list of jobs from all the executions of this workflow run. + * Returns the list of jobs from all the executions of this workflow run. * * @return list of jobs from all the executions */