summaryrefslogtreecommitdiffhomepage
path: root/groovy.html.markdown
diff options
context:
space:
mode:
authorJhoon Saravia <jhoon@users.noreply.github.com>2016-05-27 02:30:17 -0700
committerven <vendethiel@hotmail.fr>2016-05-27 11:30:17 +0200
commit4ba201c541fb00029be1b6d245be7b4204dccf6c (patch)
tree8f8c4106cf7b28b4f665cf95cee66e8a514d51da /groovy.html.markdown
parent1288ddaac3e8ed928deee7cc73694503e34191c5 (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.markdown2
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')