From 9e0256836370d6294114320f1b5fa9b3b16b8ae2 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sat, 14 Dec 2019 12:26:30 +0100 Subject: [PATCH] Improve highlighting in RubyVM::AbstractSyntaxTree docs when using `ri` --- ast.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. #