[csharp/pt-br] Missing translation

This commit is contained in:
Antonio Roberto Furlaneto 2018-10-01 20:15:55 -03:00 committed by GitHub
parent 82fd640dba
commit e58b0d88ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;