@@ -648,7 +648,7 @@ change in future releases.
648648 matched; if equal to `:notequal` then missings are dropped in `df2` `on` columns;
649649 `isequal` is used for comparisons of rows for equality
650650
651- All columns of the returned data table will support missing values.
651+ All columns of the returned data frame will support missing values.
652652
653653It is not allowed to join on columns that contain `NaN` or `-0.0` in real or
654654imaginary part of the number. If you need to perform a join on such values use
@@ -795,7 +795,7 @@ change in future releases.
795795 matched; if equal to `:notequal` then missings are dropped in `df1` `on` columns;
796796 `isequal` is used for comparisons of rows for equality
797797
798- All columns of the returned data table will support missing values.
798+ All columns of the returned data frame will support missing values.
799799
800800It is not allowed to join on columns that contain `NaN` or `-0.0` in real or
801801imaginary part of the number. If you need to perform a join on such values use
@@ -946,7 +946,7 @@ This behavior may change in future releases.
946946 in `on` columns; if equal to `:equal` then `missing` is allowed and missings are
947947 matched; `isequal` is used for comparisons of rows for equality
948948
949- All columns of the returned data table will support missing values.
949+ All columns of the returned data frame will support missing values.
950950
951951It is not allowed to join on columns that contain `NaN` or `-0.0` in real or
952952imaginary part of the number. If you need to perform a join on such values use
0 commit comments