Skip to content

Commit bc64797

Browse files
author
Sébastien Geiser
committed
Correction of the doc for throw
1 parent f993e28 commit bc64797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ Currently the following script keywords are supported
602602
|Jump|[continue](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/continue)|Supported in do, for and while blocks|
603603
|Jump|[goto](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/goto)|Not supported (But if you looked after it -> Booo !!! Bad code)|
604604
|Jump|[return](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/return)|Supported|
605-
|Jump/Exception|[throw](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/throw)|Not supported|
605+
|Jump/Exception|[throw](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/throw)|Supported|
606606
|Exception Handling|[try-catch](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/try-catch)|Supported|
607607
|Exception Handling|[try-finally](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/try-finally)|Supported|
608608
|Exception Handling|[try-catch-finally](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/try-catch-finally)|Supported|

0 commit comments

Comments
 (0)