From 6d3ee418c2e12adaf292ad74b7d46a7708e91889 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Sun, 9 Jan 2022 12:24:13 +0900 Subject: [PATCH] [rubygems/rubygems] Markup code with RDoc notations https://github.com/rubygems/rubygems/commit/c29cd23826 --- lib/rubygems/specification.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubygems/specification.rb b/lib/rubygems/specification.rb index a0705b9d6c..fe3dc431c8 100644 --- a/lib/rubygems/specification.rb +++ b/lib/rubygems/specification.rb @@ -225,7 +225,7 @@ class Gem::Specification < Gem::BasicSpecification attr_reader :version ## - # A short summary of this gem's description. Displayed in `gem list -d`. + # A short summary of this gem's description. Displayed in gem list -d. # # The #description should be more detailed than the summary. # @@ -271,7 +271,7 @@ class Gem::Specification < Gem::BasicSpecification # A list of authors for this gem. # # Alternatively, a single author can be specified by assigning a string to - # `spec.author` + # +spec.author+ # # Usage: #