Skip to content

Commit 6b0f939

Browse files
committed
Add closing tag
1 parent d6eddf3 commit 6b0f939

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

standard/patterns.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,8 @@ When a *pattern* is used with `is`, any pattern operators in that *pattern* have
597597
> result = obj is int || obj is string && flag;
598598
> Console.WriteLine($"obj (5), flag (false): obj is int || obj is string && flag: {result}"); // True
599599
> ```
600+
>
601+
> *end example*
600602
601603
## 11.3 Pattern subsumption
602604

0 commit comments

Comments
 (0)