Update csharp-pt.html.markdown

This commit is contained in:
Fer 2017-10-27 08:03:05 -02:00 committed by GitHub
parent 9f7322b620
commit e063c7ef35

View File

@ -787,8 +787,8 @@ on a new line! ""Wow!"", the masses cried";
// 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.)
// calling parent constructor
public PennyFarthing(int startCadence, int startSpeed) :