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