Skip to content

Commit

Permalink
Add see also link from Set#& to Array#&
Browse files Browse the repository at this point in the history
  • Loading branch information
pocke committed May 26, 2020
1 parent 1ec8ee6 commit d8afdc0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion refm/api/src/set.rd
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,9 @@ p s1 & s2 #=> #<Set: {10, 30}>
#@end

#@since 2.7.0
@see [[m:Array#intersection]]
@see [[m:Array#&]], [[m:Array#intersection]]
#@else
@see [[m:Array#&]]
#@end

--- ^(enum) -> Set
Expand Down

0 comments on commit d8afdc0

Please sign in to comment.