From 390c91dbb352886c08dade900e394595ae35fdd3 Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 21 May 2026 20:19:36 +0900 Subject: [PATCH] Fix stray bracket in Date#new_start call-seq --- ext/date/date_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/date_core.c b/ext/date/date_core.c index f37c1a5..6295264 100644 --- a/ext/date/date_core.c +++ b/ext/date/date_core.c @@ -6003,7 +6003,7 @@ dup_obj_with_new_start(VALUE obj, double sg) /* * call-seq: - * new_start(start = Date::ITALY]) -> new_date + * new_start(start = Date::ITALY) -> new_date * * Returns a copy of +self+ with the given +start+ value: *