summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--array.c2
-rw-r--r--lib/.document3
2 files changed, 3 insertions, 2 deletions
diff --git a/array.c b/array.c
index 4b9321cc02..b309ea044b 100644
--- a/array.c
+++ b/array.c
@@ -1636,7 +1636,7 @@ rb_ary_sort(ary)
*
* Invokes <i>block</i> once for each element of <i>self</i>. Creates a
* new array containing the values returned by the block.
- * See also Enumerable#collect</code>.
+ * See also <code>Enumerable#collect</code>.
*
* a = [ "a", "b", "c", "d" ]
* a.collect {|x| x + "!" } #=> ["a!", "b!", "c!", "d!"]
diff --git a/lib/.document b/lib/.document
index d50270f49a..e93b0e63e2 100644
--- a/lib/.document
+++ b/lib/.document
@@ -10,6 +10,7 @@ abbrev.rb
base64.rb
benchmark.rb
cgi.rb
+cgi
complex.rb
date.rb
English.rb
@@ -29,4 +30,4 @@ test/unit.rb
thread.rb
thwait.rb
time.rb
-yaml.rb \ No newline at end of file
+yaml.rb