Skip to content

Commit c0c0dfa

Browse files
Initial work on the proposal TypeOf Many.
1 parent 07ce075 commit c0c0dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/proposal-typeof-many.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Extend the capability of `TypeOf obj Is ...` and `TypeOf obj IsNot ...` to check
1212
## Motivation
1313
[motivation]: #motivation
1414

15-
**What cases does it support?**
15+
**What cases does it support?**
1616
This proposal is tightly focused on the two following forms, commonly used to check an object's type against multiple possible types.
1717
```vb.net
1818
dim result0 = (TypeOf obj Is T0) OrElse (TypeOf obj Is T1) OrElse (TypeOf obj Is T2) OrElse (TypeOf obj Is T3)

0 commit comments

Comments
 (0)