mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-12 01:34:19 +02:00
Merge pull request #2959 from ferfedel/patch-3
[csharp/pt-br] Missing translation
This commit is contained in:
committed by
GitHub
commit
082625638e
@@ -790,7 +790,7 @@ on a new line! ""Wow!"", the masses cried";
|
|||||||
// (Penny Farthings are those bicycles with the big front wheel.
|
// (Penny Farthings are those bicycles with the big front wheel.
|
||||||
// They have no gears.)
|
// They have no gears.)
|
||||||
|
|
||||||
// calling parent constructor
|
// chamando construtor pai
|
||||||
public PennyFarthing(int startCadence, int startSpeed) :
|
public PennyFarthing(int startCadence, int startSpeed) :
|
||||||
base(startCadence, startSpeed, 0, "PennyFarthing", true, BikeBrand.Electra)
|
base(startCadence, startSpeed, 0, "PennyFarthing", true, BikeBrand.Electra)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user