diff options
author | daniloyamauti <33129352+daniloyamauti@users.noreply.github.com> | 2019-10-01 12:29:38 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-01 12:29:38 -0300 |
commit | 39842323850cb75480982f32a6239362754b77aa (patch) | |
tree | 8c682355a9ac3e5832e0b7071fd0faa50c41439d /pt-br | |
parent | dff76c7965af30e7c7a752513a9ab93a15eb58bc (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 2ff59296..44294ccb 100644 --- a/pt-br/csharp-pt.html.markdown +++ b/pt-br/csharp-pt.html.markdown @@ -78,7 +78,7 @@ namespace Learning.CSharp short fooShort = 10000; ushort fooUshort = 10000; - // Integer - 32-bit integer + // Integer - inteiro de 32 bits int fooInt = 1; // (-2,147,483,648 <= int <= 2,147,483,647) uint fooUint = 1; // (0 <= uint <= 4,294,967,295) |