Skip to content

Commit ea11cd2

Browse files
authored
Vb.net: Fix typo in join clause syntax in documentation (#49704)
Missing closing square bracket in the Syntax section
1 parent 60f4d4f commit ea11cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/visual-basic/language-reference/queries/join-clause.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Combines two collections into a single collection. The join operation is based o
2222
Join element In collection _
2323
[ joinClause _ ]
2424
[ groupJoinClause ... _ ]
25-
On key1 Equals key2 [ And key3 Equals key4 [... ]
25+
On key1 Equals key2 [ And key3 Equals key4 [... ] ]
2626
```
2727

2828
## Parts

0 commit comments

Comments
 (0)