1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-14 02:34:17 +02:00

[groovy/es] Groovy translated to Spanish (#1791)

* Fix extra character on Groovy documentation

* Translate Groovy to Spanish
This commit is contained in:
Jhoon Saravia
2016-05-27 02:30:17 -07:00
committed by ven
parent 1288ddaac3
commit 4ba201c541
2 changed files with 434 additions and 1 deletions

View File

@@ -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')