summaryrefslogtreecommitdiffstats
path: root/re.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-04-14 04:06:52 +0000
commit73dbaa25f9beccaf2dda8e5e619746359ec4c454 (patch)
treebd8a6fb7fd47d3362a8afa67a51c55ee7a394cb6 /re.c
parentd14158a7543671d24819dd39fa1ded0e8ce08d89 (diff)
downloadruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.tar.gz
ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.tar.xz
ruby-73dbaa25f9beccaf2dda8e5e619746359ec4c454.zip
* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,
process.c, re.c, string.c: typos in RDoc comments. [ruby-core:02783] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 're.c')
-rw-r--r--re.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/re.c b/re.c
index 4a970a5a7..6a60a099f 100644
--- a/re.c
+++ b/re.c
@@ -410,7 +410,7 @@ rb_reg_inspect(re)
* call-seq:
* rxp.to_s => str
*
- * Returns a string containing the regular expression and its options (usng the
+ * Returns a string containing the regular expression and its options (using the
* <code>(?xxx:yyy)</code> notation. This string can be fed back in to
* <code>Regexp::new</code> to a regular expression with the same semantics as
* the original. (However, <code>Regexp#==</code> may not return true when
@@ -1129,7 +1129,7 @@ match_array(match, start)
* m = /(.)(.)(\d+)(\d)/.match("THX1138.")
* m.to_a #=> ["HX1138", "H", "X", "113", "8"]
*
- * Because <code>to_a</code> is called when exanding
+ * Because <code>to_a</code> is called when expanding
* <code>*</code><em>variable</em>, there's a useful assignment
* shortcut for extracting matched fields. This is slightly slower than
* accessing the fields directly (as an intermediate array is