Merge pull request #2958 from ferfedel/patch-2

[csharp/pt-br] Missing translation
This commit is contained in:
Andre Polykanine A.K.A. Menelion Elensúlë 2017-11-03 23:09:10 +02:00 committed by GitHub
commit c6c5dc4d4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) :