From 1f98fb1b5bb3bf17530790d644afc7a2ff7519d9 Mon Sep 17 00:00:00 2001 From: Marcello Lamonaca Date: Mon, 16 Sep 2024 15:10:24 +0200 Subject: [PATCH] csharp: correct integer numbers title --- docs/languages/dotnet/csharp/csharp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/languages/dotnet/csharp/csharp.md b/docs/languages/dotnet/csharp/csharp.md index 968ec39..d7a9db5 100644 --- a/docs/languages/dotnet/csharp/csharp.md +++ b/docs/languages/dotnet/csharp/csharp.md @@ -170,7 +170,7 @@ The .NET Runtime communicates with the operating system to determine what memory The .NET Runtime stores the value, then returns the memory address to the variable. When your code uses the variable, the .NET Runtime seamlessly looks up the address stored in the variable and retrieves the value that's stored there. -### Integral Numeric Types +### Integer Numeric Types | Keyword | System Type | Example | Bit/Byte | Min Value | Max Value | | :------: | :--------------: | :-----: | :------: | -------------------------- | -------------------------- |