We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f4d4f commit ea11cd2Copy full SHA for ea11cd2
docs/visual-basic/language-reference/queries/join-clause.md
@@ -22,7 +22,7 @@ Combines two collections into a single collection. The join operation is based o
22
Join element In collection _
23
[ joinClause _ ]
24
[ groupJoinClause ... _ ]
25
-On key1 Equals key2 [ And key3 Equals key4 [... ]
+On key1 Equals key2 [ And key3 Equals key4 [... ] ]
26
```
27
28
## Parts
0 commit comments