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 0711de7 commit 583341fCopy full SHA for 583341f
docs/joins.md
@@ -77,7 +77,7 @@ As-of join supports the following joining strategies:
77
#### Merging records together
78
When the match is found, the two records are merged according to the `on_merge` parameter.
79
80
-Out-of-box implementations assume that records are **dictionaries**.
+Out-of-the-box implementations assume that records are **dictionaries**.
81
For merging other data types (as well as customizing the behavior) use the callback option.
82
83
Possible values:
0 commit comments