grammar: agreement: returns...organizations

This commit is contained in:
Josh Soref
2019-09-11 19:28:14 -04:00
parent 54332c0bd1
commit 6f0ccbf2b5

View File

@@ -546,7 +546,7 @@ public class GitHub {
}
/**
* This method returns a shallowly populated organizations.
* This method returns shallowly populated organizations.
*
* To retrieve full organization details, you need to call {@link #getOrganization(String)}
* TODO: make this automatic.