GitHub user EPadronU opened a pull request: https://github.com/apache/incubator-groovy/pull/28
Corrections for a couple of minor typos in the documentation. You can merge this pull request into a Git repository by running: $ git pull https://github.com/EPadronU/incubator-groovy master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-groovy/pull/28.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #28 ---- commit 0bf635d5c39cb35cbd3a7d0b9b68ef643ba407f8 Author: Edinson Padrón Urdaneta <edinson.padron.urdan...@gmail.com> Date: 2015-05-30T03:42:44Z Fix the GroovyDoc comment in testGroovyDocComment The line "@return ag reeting message" was changed by "@return a greeting message" in the GroovyDoc comment for the Person class. commit 4bebc980b4cfabd647858dee82a66aae15533e09 Author: Edinson Padrón Urdaneta <edinson.padron.urdan...@gmail.com> Date: 2015-05-30T03:48:11Z Remove a backslash that was out of place Under the 'Quoted identifiers' section: person.\'name' changed to person.'name' ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---