Skip to content

Commit 0b7888b

Browse files
authored
Merge pull request #435 from katafrakt/left-right-join-docs
2 parents bf6ddfd + c31b555 commit 0b7888b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/rom/sql/relation/reading.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ def join(*args, &block)
627627
#
628628
# @param [Relation] relation A relation for left_join
629629
#
630-
# @overload join(relation, &block)
630+
# @overload left_join(relation, &block)
631631
# Join with another relation using DSL
632632
#
633633
# @example
@@ -676,7 +676,7 @@ def left_join(*args, &block)
676676
#
677677
# @param [Relation] relation A relation for right_join
678678
#
679-
# @overload join(relation, &block)
679+
# @overload right_join(relation, &block)
680680
# Join with another relation using DSL
681681
#
682682
# @example

0 commit comments

Comments
 (0)