summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndre Polykanine A.K.A. Menelion ElensĂșlĂ« <andre@oire.org>2017-10-27 02:39:31 +0300
committerGitHub <noreply@github.com>2017-10-27 02:39:31 +0300
commit082625638e2c3dd6108bea3f070b53dea576dc03 (patch)
treef5002887f40c265d6ec600fc579ac2aeaa4d657d
parentbaa8abed60f0e49c314883f688ceb91d9339659c (diff)
parentb5cac96eff8d92f9fb736d6e3e61d21d771f1e2a (diff)
Merge pull request #2959 from ferfedel/patch-3
[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 377ac984..ba597ea3 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)
{