diff --git a/snippets/csharp/System/Object/GetType/GetTypeEx2.cs b/snippets/csharp/System/Object/GetType/GetTypeEx2.cs index 2ccfbab24d9..1c3edbca961 100644 --- a/snippets/csharp/System/Object/GetType/GetTypeEx2.cs +++ b/snippets/csharp/System/Object/GetType/GetTypeEx2.cs @@ -26,7 +26,7 @@ public static void Main() // The example displays the following output: // 12 is a 32-bit integer. - // 10653 is a 32-bit integer. + // 10653 is a 64-bit integer. // 12 is an unsigned byte. // -5 is a signed byte. // 16.3 is a double-precision floating point.