diff --git a/docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md b/docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md index 41a12101cd0ba..2a1ec0f4cc048 100644 --- a/docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md +++ b/docs/csharp/tour-of-csharp/tutorials/numbers-in-csharp.md @@ -99,7 +99,7 @@ void WorkWithIntegers() ## Explore order of operations -1. Comment out the call to `WorkingWithIntegers()`. This change makes the output less cluttered as you work in this section: +1. Comment out the call to `WorkWithIntegers()`. This change makes the output less cluttered as you work in this section: ```csharp //WorkWithIntegers();