Skip to content

Commit ab27669

Browse files
committed
edits
1 parent d1ba6b7 commit ab27669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unify/data-graph/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ For many:many relationships, define the join on between the two entity tables wi
355355
**Junction table spec**
356356

357357
> info ""
358-
> When used in junctions tables, `left join` is the column on the junction table to link with the parent (left) entity and `right join` is the column on the junction table to join with the child (right) entity. These values don’t actually manipulate the type of join - they are currently always `INNER JOINS`.
358+
> When used in junctions tables, `left join` is the column on the junction table to link with the parent (left) entity, and `right join` is the column on the junction table to join with the child (right) entity. These values don’t manipulate the type of join - they are always `INNER JOINS`.
359359

360360

361361
| Parameters |Definition |

0 commit comments

Comments
 (0)