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 377ac984..ba597ea3 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -790,7 +790,7 @@ on a new line! ""Wow!"", the masses cried";          // (Penny Farthings are those bicycles with the big front wheel.          // They have no gears.) -        // calling parent constructor +        // chamando construtor pai          public PennyFarthing(int startCadence, int startSpeed) :              base(startCadence, startSpeed, 0, "PennyFarthing", true, BikeBrand.Electra)          { | 
