Skip to content

Commit 57f2ac7

Browse files
nobumatzbot
authored andcommitted
[ruby/rubygems] [DOC] Fix markups
Use `<tt>` instead of `+` that cannot enclose punctuations. ruby/rubygems@f84035c0b6
1 parent 73339ff commit 57f2ac7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/rubygems/deprecate.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ module Gem
44
##
55
# Provides 3 methods for declaring when something is going away.
66
#
7-
# +deprecate(name, repl, year, month)+:
7+
# <tt>deprecate(name, repl, year, month)</tt>:
88
# Indicate something may be removed on/after a certain date.
99
#
10-
# +rubygems_deprecate(name, replacement=:none)+:
10+
# <tt>rubygems_deprecate(name, replacement=:none)</tt>:
1111
# Indicate something will be removed in the next major RubyGems version,
1212
# and (optionally) a replacement for it.
1313
#

0 commit comments

Comments
 (0)