summaryrefslogtreecommitdiffhomepage
path: root/pt-pt
diff options
context:
space:
mode:
Diffstat (limited to 'pt-pt')
-rw-r--r--pt-pt/scala-pt.html.markdown2
1 files changed, 0 insertions, 2 deletions
diff --git a/pt-pt/scala-pt.html.markdown b/pt-pt/scala-pt.html.markdown
index a4c1c02b..b7d1f18e 100644
--- a/pt-pt/scala-pt.html.markdown
+++ b/pt-pt/scala-pt.html.markdown
@@ -14,7 +14,6 @@ lang: pt-pt
Scala - a linguagem escalável
```scala
-
/*
Prepare tudo:
@@ -639,7 +638,6 @@ val writer = new PrintWriter("ficheiro.txt")
writer.write("Escrevendo linha por linha" + util.Properties.lineSeparator)
writer.write("Outra linha aqui" + util.Properties.lineSeparator)
writer.close()
-
```
## Mais recursos