[前][次][番号順一覧][スレッド一覧]

ruby-changes:67239

From: Nobuyoshi <ko1@a...>
Date: Tue, 24 Aug 2021 19:31:03 +0900 (JST)
Subject: [ruby-changes:67239] b62ed309f0 (master): [ruby/securerandom] [DOC] fix a code mark up [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=b62ed309f0

From b62ed309f05d248c746279f35f2609f01ea1e4a5 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 24 Aug 2021 19:24:58 +0900
Subject: [ruby/securerandom] [DOC] fix a code mark up [ci skip]

https://github.com/ruby/securerandom/commit/de47532707
---
 lib/securerandom.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/securerandom.rb b/lib/securerandom.rb
index 241fde9..323d4af 100644
--- a/lib/securerandom.rb
+++ b/lib/securerandom.rb
@@ -31,7 +31,7 @@ https://github.com/ruby/ruby/blob/trunk/lib/securerandom.rb#L31
 # * uuid
 #
 # These methods are usable as class methods of SecureRandom such as
-# `SecureRandom.hex`.
+# +SecureRandom.hex+.
 #
 # === Examples
 #
-- 
cgit v1.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]