1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* 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: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2004-04-14 04:06:52 +00:00
parent b75df4ec9f
commit da011c8311
12 changed files with 24 additions and 19 deletions

2
prec.c
View file

@ -123,7 +123,7 @@ prec_included(module, include)
* Precision is a mixin for concrete numeric classes with
* precision. Here, `precision' means the fineness of approximation
* of a real number, so, this module should not be included into
* anything which is not a ubset of Real (so it should not be
* anything which is not a subset of Real (so it should not be
* included in classes such as +Complex+ or +Matrix+).
*/