You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/src/basic-constructs.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,9 @@ foreach (var value in values.OrderByDescending(v => v))
57
57
58
58
### Handle all cases
59
59
60
-
Unhandled cases lead the program into an undefined state. If you have no natural default case, declare one throwing a System.NotImplementedException.
60
+
Unhandled cases lead the program into an undefined state. If you have no natural default case, declare one throwing a [System.NotImplementedException].
0 commit comments