Skip to content

Commit 6926939

Browse files
cigraingerclaude
andauthored
fix: asof_join doc group :join → :joins (#31)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3f8bb4b commit 6926939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/dux.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1218,7 +1218,7 @@ defmodule Dux do
12181218
%{left | ops: ops ++ [{:join, right, how, on_cols, suffix}]}
12191219
end
12201220

1221-
@doc group: :join
1221+
@doc group: :joins
12221222
@doc """
12231223
ASOF join — match each left row to the nearest right row satisfying an inequality.
12241224

0 commit comments

Comments
 (0)