Skip to content

Commit 18e7138

Browse files
authored
Update src/main/java/org/kohsuke/github/GHWorkflowRun.java
1 parent bfb3b94 commit 18e7138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/kohsuke/github/GHWorkflowRun.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public PagedIterable<GHWorkflowJob> listJobs() {
323323
}
324324

325325
/**
326-
* Returns this list of jobs from all the executions of this workflow run.
326+
* Returns the list of jobs from all the executions of this workflow run.
327327
*
328328
* @return list of jobs from all the executions
329329
*/

0 commit comments

Comments
 (0)