From 6096a05b2fe37f6270dbabb5ad4a414a2b4d19cd Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Fri, 6 Feb 2026 18:14:56 +0000 Subject: [PATCH] [DOC] Fix link in ErrorHighlight --- lib/error_highlight/base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/error_highlight/base.rb b/lib/error_highlight/base.rb index bc4a62c..5fffe5e 100644 --- a/lib/error_highlight/base.rb +++ b/lib/error_highlight/base.rb @@ -28,7 +28,7 @@ module ErrorHighlight # Currently, ErrorHighlight.spot only supports a single-line code fragment. # Therefore, if the return value is not nil, first_lineno and last_lineno will have # the same value. If the relevant code fragment spans multiple lines - # (e.g., Array#[] of +ary[(newline)expr(newline)]+), the method will return nil. + # (e.g., Array#[] of ary[(newline)expr(newline)]), the method will return nil. # This restriction may be removed in the future. def self.spot(obj, **opts) case obj