Skip to content

Commit 70cbbf9

Browse files
committed
docs: fix markdown format
1 parent cb58a74 commit 70cbbf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ getters and setters; setters are used exclusively by the builders.
247247
|--------|-------------|
248248
| `JoinClause(Type, String table, String on)` | Plain-table join |
249249
| `JoinClause(Type, Query subquery, String alias, String on)` | Subquery (derived-table) join |
250-
| `getType()` | `JoinClause.Type`: `INNER`, `LEFT`, `RIGHT`, or `CROSS` | Join type |
250+
| `getType()` | `JoinClause.Type`: `INNER`, `LEFT`, `RIGHT`, or `CROSS` |
251251
| `getTable()` | Table name for plain-table join; `null` for subquery join |
252252
| `getSubquery()` | Subquery for derived-table join; `null` for plain-table join |
253253
| `getAlias()` | Alias for derived-table join |

0 commit comments

Comments
 (0)