summaryrefslogtreecommitdiff
path: root/ast.rb
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2019-12-14 12:26:30 +0100
committerBenoit Daloze <eregontp@gmail.com>2019-12-14 12:26:30 +0100
commit9e0256836370d6294114320f1b5fa9b3b16b8ae2 (patch)
treeffac3934fcab3af85d0237b4b429347b0c58a3d0 /ast.rb
parentb4b22b9278007b106fe40c0191f8dcf5e7e8c0f2 (diff)
Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri`
Diffstat (limited to 'ast.rb')
-rw-r--r--ast.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.rb b/ast.rb
index 28165d811c..1fedf76649 100644
--- a/ast.rb
+++ b/ast.rb
@@ -15,7 +15,7 @@ class RubyVM
# access children nodes by name, etc.
#
# If you are looking for a stable API or an API working under multiple Ruby
- # implementations, consider using the +parser+ gem or Ripper. If you would
+ # implementations, consider using the _parser_ gem or Ripper. If you would
# like to make RubyVM::AbstractSyntaxTree stable, please join the discussion
# at https://bugs.ruby-lang.org/issues/14844.
#