summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFer <nanda.fer@gmail.com>2017-10-26 12:44:09 -0200
committerGitHub <noreply@github.com>2017-10-26 12:44:09 -0200
commitb5cac96eff8d92f9fb736d6e3e61d21d771f1e2a (patch)
tree083077acef6cd79b54bbc0d912600383773313f6
parent312ac2ce4588a28ad6374db074b7ed0514d3cd0d (diff)
[csharp/pt-br] Missing translation
-rw-r--r--pt-br/csharp-pt.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown
index 547f4817..cc3885d2 100644
--- a/pt-br/csharp-pt.html.markdown
+++ b/pt-br/csharp-pt.html.markdown
@@ -790,7 +790,7 @@ on a new line! ""Wow!"", the masses cried";
// (Penny Farthings are those bicycles with the big front wheel.
// They have no gears.)
- // calling parent constructor
+ // chamando construtor pai
public PennyFarthing(int startCadence, int startSpeed) :
base(startCadence, startSpeed, 0, "PennyFarthing", true, BikeBrand.Electra)
{