From 5888d3030d822f8554bb2788fc2e8dd24d3afc65 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Fri, 15 Oct 2021 12:27:26 -0500 Subject: [ruby/bigdecimal] Enhanced RDoc for bigdecimal.c https://github.com/ruby/bigdecimal/commit/3a35f92f8b --- ext/bigdecimal/bigdecimal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/bigdecimal/bigdecimal.c b/ext/bigdecimal/bigdecimal.c index 22d9c5c01c..cee74a5880 100644 --- a/ext/bigdecimal/bigdecimal.c +++ b/ext/bigdecimal/bigdecimal.c @@ -617,7 +617,7 @@ check_rounding_mode(VALUE const v) * You can use method BigDecimal.save_exception_mode * to temporarily change, and then automatically restore, exception modes. * - * For clarity, some examples below begins by setting all + * For clarity, some examples below begin by setting all * exception modes to +false+. * * This mode controls the way rounding is to be performed: -- cgit v1.2.3