Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hello, there! I hope you are doing well! This pull request addresses two minor corrections in the documentation: 1. nuint vs. unint: The correct term for the unsigned native integer type in C# is nuint, not unint. 2. sbyte Terminology: It is more common and accurate to refer to sbyte as a "Signed Byte" rather than "Short Byte." Sources: [a] https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types#sbyte [b] https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/builtin-types/integral-numeric-types Thank you for your attention to this matter and for the article!
- Loading branch information