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:
@@ -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')
|
||||
|
Reference in New Issue
Block a user