Skip to content

Commit 583341f

Browse files
committed
join_latest: docs spelling
1 parent 0711de7 commit 583341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/joins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ As-of join supports the following joining strategies:
7777
#### Merging records together
7878
When the match is found, the two records are merged according to the `on_merge` parameter.
7979

80-
Out-of-box implementations assume that records are **dictionaries**.
80+
Out-of-the-box implementations assume that records are **dictionaries**.
8181
For merging other data types (as well as customizing the behavior) use the callback option.
8282

8383
Possible values:

0 commit comments

Comments
 (0)