diff options
| -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 ba597ea3..16321c82 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 + | 
