1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-29 11:20:21 +01:00

[csharp/pt-br] Missing translation

This commit is contained in:
daniloyamauti 2019-10-01 12:29:38 -03:00 committed by GitHub
parent dff76c7965
commit 3984232385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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