Skip to content

Commit

Permalink
[ruby/prism] [DOC] Link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored and matzbot committed Oct 2, 2023
1 parent fd984ac commit 1943ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/prism/pattern.rb
Expand Up @@ -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 <tt>ConstantPathNode[...]</tt> 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
Expand Down

0 comments on commit 1943ea0

Please sign in to comment.