diff options
author | Divay Prakash <divayprakash@users.noreply.github.com> | 2018-10-02 05:06:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 05:06:41 +0530 |
commit | 0e83b1020389f57556726f023098c261aadafb51 (patch) | |
tree | c317853918fd9e7b0c5ecb503d4ac037102fab92 | |
parent | e529aa6f5a0654c924215dfc815724f73f5c3c44 (diff) | |
parent | e58b0d88adaacf8d5cea1e9fe80381a0182368ab (diff) |
Merge pull request #3243 from arfurlaneto/patch-9
[csharp/pt-br] Missing translation
-rw-r--r-- | pt-br/csharp-pt.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pt-br/csharp-pt.html.markdown b/pt-br/csharp-pt.html.markdown index b6e95d36..be14a1c8 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -834,7 +834,7 @@ on a new line! ""Wow!"", the masses cried"; bool Broken { get; } // interfaces can contain properties as well as methods & events } - // Class can inherit only one other class, but can implement any amount of interfaces + // Classes podem herdar apenas de uma outra classe, mas podem implementar qualquer quantidade de interfaces. class MountainBike : Bicycle, IJumpable, IBreakable { int damage = 0; |