diff options
author | Fer <nanda.fer@gmail.com> | 2017-10-27 08:03:05 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-27 08:03:05 -0200 |
commit | e063c7ef3556cc3b8fc2515a8175474461c83a2d (patch) | |
tree | c5b9eeaa27ed4a103431cb5f3f96cb5015769ca0 /pt-br/csharp-pt.html.markdown | |
parent | 9f7322b6208a693a013df81da6b1aadd095b78fd (diff) |
Update csharp-pt.html.markdown
Diffstat (limited to 'pt-br/csharp-pt.html.markdown')
-rw-r--r-- | pt-br/csharp-pt.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown index 3f13f1aa..8d34d772 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -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) : |