Skip to content

Commit 76fa54e

Browse files
authored
Fix an error in the output comment
1 parent 8c50220 commit 76fa54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

snippets/csharp/System/Object/GetType/GetTypeEx2.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void Main()
2626

2727
// The example displays the following output:
2828
// 12 is a 32-bit integer.
29-
// 10653 is a 32-bit integer.
29+
// 10653 is a 64-bit integer.
3030
// 12 is an unsigned byte.
3131
// -5 is a signed byte.
3232
// 16.3 is a double-precision floating point.

0 commit comments

Comments
 (0)