File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/kohsuke/github Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1455,7 +1455,7 @@ public PagedIterable<GHRepository> listForks(final ForkSort sort) {
14551455 /**
14561456 * Forks this repository as your repository.
14571457 *
1458- * @return Newly forked repository that belong to you.
1458+ * @return Newly forked repository that belongs to you.
14591459 * @throws IOException
14601460 * the io exception
14611461 * @deprecated Use {@link #createFork(String, String, boolean)} instead
@@ -1488,7 +1488,7 @@ public GHBranchSync sync(String branch) throws IOException {
14881488 *
14891489 * @param org
14901490 * the org
1491- * @return Newly forked repository that belong to you.
1491+ * @return Newly forked repository that belongs to you.
14921492 * @throws IOException
14931493 * the io exception
14941494 * @deprecated Use {@link #createFork(String, String, boolean)} instead
You can’t perform that action at this time.
0 commit comments