Skip to content

Commit a51068f

Browse files
committed
Fix validation error
1 parent 25a8c50 commit a51068f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/get-started/csharp/tutorial-console.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Let's change the code to handle this error.
305305

306306
Now, when you divide any number by zero, the app will ask for another number. Even better: It won't stop asking until you provide a number other than zero.
307307

308-
![The Visual Studio code editor shows the divide-by-zero error](./media/csharp-console-calculator-dividebyzero.png)
308+
![Fixed the divide-by-zero error](./media/csharp-console-calculator-dividebyzero.png)
309309

310310
### Fix the "format" error
311311

0 commit comments

Comments
 (0)