marcwrobel opened a new pull request, #1805: URL: https://github.com/apache/groovy/pull/1805
Fix typos and improve documentation (javadoc, comments) in the groovy.lang package. Note that the following words / expressions were preferred : - return back -> returns (when possible because it is easier to read), - multi-threaded -> multithreaded (more common, see https://en.wikipedia.org/wiki/Multithreading) - whether or not -> whether (when possible because it is easier to read), - 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]
