mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-24 10:01: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
|
} // end class Bicycle
|
||||||
|
|
||||||
// PennyFarthing is a subclass of Bicycle
|
// PennyFarthing é uma subclasse de Bicycle
|
||||||
class PennyFarthing : Bicycle
|
class PennyFarthing : Bicycle
|
||||||
{
|
{
|
||||||
// (Penny Farthings are those bicycles with the big front wheel.
|
// (Penny Farthings são aquelas bicicletas com uma grande roda frontal.
|
||||||
// They have no gears.)
|
// Elas não tem correias.)
|
||||||
|
|
||||||
// chamando construtor pai
|
// chamando construtor pai
|
||||||
public PennyFarthing(int startCadence, int startSpeed) :
|
public PennyFarthing(int startCadence, int startSpeed) :
|
||||||
|
Loading…
Reference in New Issue
Block a user