diff options
author | Fer <nanda.fer@gmail.com> | 2017-10-26 12:47:42 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 12:47:42 -0200 |
commit | ee3f34379abd8bea7274d024571b8596c6c759d4 (patch) | |
tree | 4006b739e36abb0e5f423bb5df511225d7d55e04 | |
parent | 312ac2ce4588a28ad6374db074b7ed0514d3cd0d (diff) |
[csharp/pt-br] Missing translation
-rw-r--r-- | pt-br/csharp-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown index 547f4817..a1bd980b 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -762,7 +762,7 @@ on a new line! ""Wow!"", the masses cried"; } } - //Method to display the attribute values of this Object. + //Método para exibir os valores dos atributos deste objeto. public virtual string Info() { return "Gear: " + Gear + |