From fb8f011422c645ebe29e94c3fb2079af73d1d35f Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 21 Dec 2020 00:40:56 +0900 Subject: Fixed indefinite articles before "Integer" [ci skip] --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 0b2fdeb840..2198b9a99c 100644 --- a/process.c +++ b/process.c @@ -670,7 +670,7 @@ rb_last_status_clear(void) * call-seq: * stat.to_i -> integer * - * Returns the bits in _stat_ as a Integer. Poking + * Returns the bits in _stat_ as an Integer. Poking * around in these bits is platform dependent. * * fork { exit 0xab } #=> 26566 -- cgit v1.2.3