mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 01:51:38 +00:00
Merge pull request #2958 from ferfedel/patch-2
[csharp/pt-br] Missing translation
This commit is contained in:
commit
c6c5dc4d4c
@ -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) :
|
||||
|
Loading…
Reference in New Issue
Block a user