marcwrobel opened a new pull request, #1807: URL: https://github.com/apache/groovy/pull/1807
Fix typos and improve documentation (javadoc, comments) in the org.codehaus.groovy package. A typo in the Grape resolve command were also fixed. Note that the following words / expressions were preferred : - all of the -> all the (when possible because it is easier to read), - whether or not -> whether (when possible because it is easier to read), - sub-type -> subtype (more common, see https://docs.oracle.com/javase/tutorial/java/generics/subtyping.html), - sub-class -> subclass (more common, see https://docs.oracle.com/javase/tutorial/java/IandI/subclasses.html), - meta class -> metaclass (incorrect, see https://en.wikipedia.org/wiki/Metaclass). Trailing whitespaces were also removed in the process. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
