From 2f7270c68150d9f49b48c8ff995f4f343d216cee Mon Sep 17 00:00:00 2001 From: John Bampton Date: Tue, 28 Feb 2023 03:56:06 +1000 Subject: Fix spelling (#7389) --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') diff --git a/object.c b/object.c index 3e38c04e1a..8041c192ce 100644 --- a/object.c +++ b/object.c @@ -3237,7 +3237,7 @@ rb_opts_exception_p(VALUE opts, int default_value) * Integer(-1) # => -1 * * With floating-point argument +object+ given, - * returns +object+ truncated to an intger: + * returns +object+ truncated to an integer: * * Integer(1.9) # => 1 # Rounds toward zero. * Integer(-1.9) # => -1 # Rounds toward zero. -- cgit v1.2.1