diff options
| -rw-r--r-- | csharp.html.markdown | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/csharp.html.markdown b/csharp.html.markdown index d3738b39..88c2db35 100644 --- a/csharp.html.markdown +++ b/csharp.html.markdown @@ -127,7 +127,7 @@ on a new line! ""Wow!"", the masses cried";              // Use const or read-only to make a variable immutable              // const values are calculated at compile time -            const int HOURS_I_WORK_PER_WEEK = 9001; +            const int HoursWorkPerWeek = 9001;              ///////////////////////////////////////////////////              // Data Structures | 
