diff options
Diffstat (limited to 'ca-es')
-rw-r--r-- | ca-es/groovy-ca.html.markdown | 3 | ||||
-rw-r--r-- | ca-es/html-ca.html.markdown | 1 | ||||
-rw-r--r-- | ca-es/kotlin-ca.html.markdown | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/ca-es/groovy-ca.html.markdown b/ca-es/groovy-ca.html.markdown index f0a9adbe..9e3dabe1 100644 --- a/ca-es/groovy-ca.html.markdown +++ b/ca-es/groovy-ca.html.markdown @@ -13,7 +13,6 @@ translations: Groovy - Un llenguatge dinàmic per la plataforma Java [Llegir-ne més.](http://www.groovy-lang.org/) ```groovy - /* Posa'l en marxa tu mateix: @@ -413,8 +412,6 @@ int sum(int x, int y) { } assert sum(2,5) == 7 - - ``` ## Per aprendre'n més diff --git a/ca-es/html-ca.html.markdown b/ca-es/html-ca.html.markdown index 351eb722..206d9885 100644 --- a/ca-es/html-ca.html.markdown +++ b/ca-es/html-ca.html.markdown @@ -160,7 +160,6 @@ article tracta principalment la sintaxi de l'HTML i alguns consells útils. <td>Segona fila, segona columna</td> </tr> </table> - ``` ## Ús diff --git a/ca-es/kotlin-ca.html.markdown b/ca-es/kotlin-ca.html.markdown index cd05a808..04681e11 100644 --- a/ca-es/kotlin-ca.html.markdown +++ b/ca-es/kotlin-ca.html.markdown @@ -379,7 +379,6 @@ fun useObject() { ObjectExample.hello() val someRef: Any = ObjectExample // podem fer servir el nom de l'objecte } - ``` ### Per llegir més |