summaryrefslogtreecommitdiffhomepage
path: root/pt-br
diff options
context:
space:
mode:
authorFer <nanda.fer@gmail.com>2017-10-27 08:03:05 -0200
committerGitHub <noreply@github.com>2017-10-27 08:03:05 -0200
commite063c7ef3556cc3b8fc2515a8175474461c83a2d (patch)
treec5b9eeaa27ed4a103431cb5f3f96cb5015769ca0 /pt-br
parent9f7322b6208a693a013df81da6b1aadd095b78fd (diff)
Update csharp-pt.html.markdown
Diffstat (limited to 'pt-br')
-rw-r--r--pt-br/csharp-pt.html.markdown4
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) :