diff options
| author | Antonio Roberto Furlaneto <arfurlaneto@gmail.com> | 2017-10-25 23:38:59 -0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-10-25 23:38:59 -0200 | 
| commit | d1b6dda7bd074ba76c0d136d4176f358b0a94adb (patch) | |
| tree | 4f7bcb536918a2216c51027dce980a1d7b21a418 | |
| parent | 2e7207a1307bd625d7670e0c347b3cd97832eca7 (diff) | |
[java/pt-br] Small typo
| -rw-r--r-- | pt-br/java-pt.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/java-pt.html.markdown b/pt-br/java-pt.html.markdown index 82989502..1b9d7fc6 100644 --- a/pt-br/java-pt.html.markdown +++ b/pt-br/java-pt.html.markdown @@ -42,7 +42,7 @@ public class LearnJava {              " Double: " + 3.14 +              " Boolean: " + true); -        // Para imprimir sem inserir uma nova lina, use o System.out.print +        // Para imprimir sem inserir uma nova linha, use o System.out.print          System.out.print("Olá ");          System.out.print("Mundo");  | 
