From ca326545134d0c43913dfa9f5f9c24e6871fd7aa Mon Sep 17 00:00:00 2001 From: ken Date: Mon, 29 Apr 2019 17:07:55 -0400 Subject: typo fix in csharp.html.markdown --- csharp.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'csharp.html.markdown') diff --git a/csharp.html.markdown b/csharp.html.markdown index f27adf18..df6544d3 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -344,7 +344,7 @@ on a new line! ""Wow!"", the masses cried"; tryInt.ToString(); // Casting - // Cast decimal 15 to a int + // Cast decimal 15 to an int // and then implicitly cast to long long x = (int) 15M; } -- cgit v1.2.3