diff --git a/lib/prism/pattern.rb b/lib/prism/pattern.rb index 3d7d5bea70..0f606bc31f 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