mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
typo fix in csharp.html.markdown
This commit is contained in:
parent
2dde374091
commit
ca32654513
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user