summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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