From d952e330032662b0adba77f20a13715a1bc0f16e Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 14 Apr 2004 04:06:52 +0000 Subject: * 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/trunk@6158 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- prec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prec.c') diff --git a/prec.c b/prec.c index b7a6d5ba2b..dc89a01435 100644 --- a/prec.c +++ b/prec.c @@ -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+). */ -- cgit v1.2.3