Skip to content

Commit

Permalink
typo fix in csharp.html.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
kfrncs committed Apr 29, 2019
1 parent 2dde374 commit ca32654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csharp.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit ca32654

Please sign in to comment.