We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbef177 commit e61a677Copy full SHA for e61a677
set.c
@@ -2044,8 +2044,8 @@ rb_set_size(VALUE set)
2044
* Here, class \Set provides methods that are useful for:
2045
*
2046
* - {Creating an Array}[rdoc-ref:Array@Methods+for+Creating+an+Array]
2047
- * - {Creating a Set}[rdoc-ref:Array@Methods+for+Creating+a+Set]
2048
- * - {Set Operations}[rdoc-ref:Array@Methods+for+Set+Operations]
+ * - {Creating a Set}[rdoc-ref:Set@Methods+for+Creating+a+Set]
+ * - {Set Operations}[rdoc-ref:Set@Methods+for+Set+Operations]
2049
* - {Comparing}[rdoc-ref:Array@Methods+for+Comparing]
2050
* - {Querying}[rdoc-ref:Array@Methods+for+Querying]
2051
* - {Assigning}[rdoc-ref:Array@Methods+for+Assigning]
0 commit comments