Skip to content

Commit 9ddf391

Browse files
Update man/mergelist.Rd
Co-authored-by: Michael Chirico <[email protected]>
1 parent d0a4f37 commit 9ddf391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

man/mergelist.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
Heuristically speaking, the \emph{join-from} table searches the \emph{join-to} table. More precisely:
3232
\itemize{
3333
\item{ \code{mult} determines the policy when a row of \emph{join-from} finds multiple matches in \emph{join-to}. }
34-
\item{ When \code{on} is missing, the key of \emph{join-to} is used as the join column(s). }
34+
\item{ When \code{on} is missing, the join column(s) are determined by the key of \emph{join-to}. }
3535
}
3636
Whether each refers to the "left" or "right" table of a pair depends on the \code{how} argument:
3737
\enumerate{

0 commit comments

Comments
 (0)