mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 17:41:41 +00:00
Merge pull request #3647 from daniloyamauti/patch-10
[csharp/pt-br] Missing translation
This commit is contained in:
commit
86f0b57dbb
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user