Merge pull request #3525 from kfrncs/patch-1

typo fix in csharp.html.markdown
This commit is contained in:
Pratik Karki 2019-05-05 22:16:16 +05:45 committed by GitHub
commit 745ea0f805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}