summaryrefslogtreecommitdiff
path: root/lib/prism/pattern.rb
diff options
context:
space:
mode:
authorBurdetteLamar <[email protected]>2023-09-22 14:51:44 +0100
committergit <[email protected]>2023-10-02 13:22:53 +0000
commit1943ea06a6be4dddc235011a2dadc3fb326080a9 (patch)
treea35118278a93a08bb4172485e3698d43aaecc95b /lib/prism/pattern.rb
parentfd984ac86920981a0fc8c05c36b2433697d2bce5 (diff)
[ruby/prism] [DOC] Link fix
https://github.com/ruby/prism/commit/472bdc4d70
Diffstat (limited to 'lib/prism/pattern.rb')
-rw-r--r--lib/prism/pattern.rb2
1 files changed, 1 insertions, 1 deletions
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 <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