From 1943ea06a6be4dddc235011a2dadc3fb326080a9 Mon Sep 17 00:00:00 2001 From: BurdetteLamar Date: Fri, 22 Sep 2023 14:51:44 +0100 Subject: [PATCH] [ruby/prism] [DOC] Link fix https://github.com/ruby/prism/commit/472bdc4d70 --- lib/prism/pattern.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prism/pattern.rb b/lib/prism/pattern.rb index 3d7d5bea70a08e..0f606bc31f2a30 100644 --- a/lib/prism/pattern.rb +++ b/lib/prism/pattern.rb @@ -10,7 +10,7 @@ module Prism # in ConstantPathNode[ConstantReadNode[name: :Prism], ConstantReadNode[name: :Pattern]] # end # - # the pattern is the `ConstantPathNode[...]` expression. + # the pattern is the ConstantPathNode[...] expression. # # The pattern gets compiled into an object that responds to #call by running # the #compile method. This method itself will run back through Prism to