diff options
author | Jhoon Saravia <jhoon@users.noreply.github.com> | 2016-05-27 02:30:17 -0700 |
---|---|---|
committer | ven <vendethiel@hotmail.fr> | 2016-05-27 11:30:17 +0200 |
commit | 4ba201c541fb00029be1b6d245be7b4204dccf6c (patch) | |
tree | 8f8c4106cf7b28b4f665cf95cee66e8a514d51da /groovy.html.markdown | |
parent | 1288ddaac3e8ed928deee7cc73694503e34191c5 (diff) |
[groovy/es] Groovy translated to Spanish (#1791)
* Fix extra character on Groovy documentation
* Translate Groovy to Spanish
Diffstat (limited to 'groovy.html.markdown')
-rw-r--r-- | groovy.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/groovy.html.markdown b/groovy.html.markdown index 94678c39..a3a45757 100644 --- a/groovy.html.markdown +++ b/groovy.html.markdown @@ -99,7 +99,7 @@ technologies.sort() // To sort without mutating original, you can do: sortedTechnologies = technologies.sort( false ) -/*** Manipulating Lists ***/e +/*** Manipulating Lists ***/ //Replace all elements in the list Collections.replaceAll(technologies, 'Gradle', 'gradle') |