diff options
author | Fer <nanda.fer@gmail.com> | 2017-10-26 11:22:40 -0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-26 11:22:40 -0200 |
commit | 5670c7381dbffa12b3d2b5e51ac9b8b1c4d9dca1 (patch) | |
tree | 66dbf0434918127711d205242ee96056ef567f26 /pt-br | |
parent | 312ac2ce4588a28ad6374db074b7ed0514d3cd0d (diff) |
[csharp/pt-br] Missing translation
Diffstat (limited to 'pt-br')
-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 547f4817..800e3097 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -823,7 +823,7 @@ on a new line! ""Wow!"", the masses cried"; } } - // Interfaces only contain signatures of the members, without the implementation. + // Interfaces contêm apenas as assinaturas dos membros, sem a implementação. interface IJumpable { void Jump(int meters); // all interface members are implicitly public |