Skip to content

Commit

Permalink
[DOC] Link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar committed Sep 22, 2023
1 parent 820af7a commit 472bdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/yarp/pattern.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module YARP
# in ConstantPathNode[ConstantReadNode[name: :YARP], 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 YARP to
Expand Down

0 comments on commit 472bdc4

Please sign in to comment.