diff options
| author | Andre Polykanine A.K.A. Menelion Elensúlë <andre@oire.org> | 2017-11-03 23:09:10 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-03 23:09:10 +0200 | 
| commit | c6c5dc4d4c1b1f0db8b8b59fd8229ae9c0fe49b3 (patch) | |
| tree | e152c3395eae0baa916acafdd2bdd796662c84a2 /pt-br/csharp-pt.html.markdown | |
| parent | 8b9732e2151fa8bc07818ed17380bd2e2c5b47d8 (diff) | |
| parent | e063c7ef3556cc3b8fc2515a8175474461c83a2d (diff) | |
Merge pull request #2958 from ferfedel/patch-2
[csharp/pt-br] Missing translation
Diffstat (limited to 'pt-br/csharp-pt.html.markdown')
| -rw-r--r-- | pt-br/csharp-pt.html.markdown | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown index 2586b266..b6e95d36 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -784,11 +784,11 @@ on a new line! ""Wow!"", the masses cried";      } // end class Bicycle -    // PennyFarthing is a subclass of Bicycle +    // PennyFarthing é uma subclasse de Bicycle      class PennyFarthing : Bicycle      { -        // (Penny Farthings are those bicycles with the big front wheel. -        // They have no gears.) +        // (Penny Farthings são aquelas bicicletas com uma grande roda frontal. +        // Elas não tem correias.)          // chamando construtor pai          public PennyFarthing(int startCadence, int startSpeed) : | 
